File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 ]
3131
3232 steps :
33- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
33+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3434 with :
3535 submodules : recursive
3636
37- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
37+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3838 with :
3939 python-version : 3.13
4040
7878 --runner=${{ matrix.test-config.runner }} \
7979 --rt ${{ matrix.test-config.runtime }}
8080
81- - uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
81+ - uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
8282 if : ${{ github.event.repo.name == 'pyodide/micropip' || github.event_name == 'pull_request' }}
8383 with :
8484 fail_ci_if_error : false
9090 run-integration-test : ${{ steps.check-integration-test-trigger.outputs.trigger }}
9191
9292 steps :
93- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
93+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
9494 with :
9595 ref : ${{ github.event.pull_request.head.sha }}
9696 submodules : recursive
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 build :
1515 runs-on : ubuntu-24.04
1616 steps :
17- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
17+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1818 with :
1919 submodules : recursive
2020
21- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
21+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2222 with :
2323 python-version : 3.13
2424
5757 merge-multiple : true
5858
5959 - name : Generate artifact attestations
60- uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
60+ uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
6161 with :
6262 subject-path : " dist/*"
6363
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 ]
2323
2424 steps :
25- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
25+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2626 with :
2727 submodules : recursive
2828
29- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
29+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3030 with :
3131 python-version : 3.11.1
3232
You can’t perform that action at this time.
0 commit comments