File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 name : Run CircleCI artifacts redirector
66 steps :
77 - name : GitHub Action step
8- uses : scientific-python/circleci-artifacts-redirector-action@839631420e45a08af893032e5a5e8843bf47e8ff # v1.2.0
8+ uses : scientific-python/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f # v1.3.1
99 with :
1010 repo-token : ${{ secrets.GITHUB_TOKEN }}
1111 api-token : ${{ secrets.CIRCLECI_ARTIFACT_REDIRECTOR_TOKEN }}
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 fetch-depth : 0
18- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
18+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1919 with :
2020 python-version : " 3.12"
2121 - name : Build wheels
4444 with :
4545 name : dist
4646 path : dist
47- - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
47+ - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v5
3131
3232 - name : Python setup
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : ${{ matrix.python-version }}
3636
8383 - uses : actions/checkout@v5
8484
8585 - name : Python setup
86- uses : actions/setup-python@v5
86+ uses : actions/setup-python@v6
8787 with :
8888 python-version : ${{ matrix.python-version }}
8989
You can’t perform that action at this time.
0 commit comments