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@7eafdb60666f57706a5525a2f5eb76224dc8779b # v1.1 .0
8+ uses : scientific-python/circleci-artifacts-redirector-action@839631420e45a08af893032e5a5e8843bf47e8ff # v1.2 .0
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 1212 name : sdist and wheels
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 fetch-depth : 0
1818 - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
4040 # IMPORTANT: this permission is mandatory for trusted publishing
4141 id-token : write
4242 steps :
43- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
43+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
4444 with :
4545 name : dist
4646 path : dist
Original file line number Diff line number Diff line change 2727 run :
2828 shell : bash -eo pipefail {0}
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131
3232 - name : Python setup
3333 uses : actions/setup-python@v5
8080 os : [ubuntu]
8181 python-version : ["3.11", "3.12", "3.13"]
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v5
8484
8585 - name : Python setup
8686 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments