File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646 - name : Checkout Repository
4747 if : steps.skip-condition.outputs.skip != 'true'
48- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
48+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4949 with :
5050 token : ${{ secrets.GITHUB_TOKEN }}
5151 persist-credentials : false
Original file line number Diff line number Diff line change 2727 release-assets.githubusercontent.com:443
2828
2929 - name : Checkout Repository
30- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 with :
3232 persist-credentials : false
3333
Original file line number Diff line number Diff line change 5959 egress-policy : audit
6060
6161 - name : Checkout Repository
62- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
62+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6363 with :
6464 persist-credentials : false
6565
Original file line number Diff line number Diff line change 2727 github.com:443
2828
2929 - name : Checkout Repository
30- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 with :
3232 persist-credentials : false
3333
Original file line number Diff line number Diff line change 3232 disable-sudo : true
3333 egress-policy : audit
3434 - name : Checkout Repository
35- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
35+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636 with :
3737 persist-credentials : false
3838 - name : Set up Python${{ matrix.python-version }}
4444 run : |
4545 python -m pip install --require-hashes -r CI/requirements_ci.txt
4646 - name : Environment Caching
47- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
47+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
4848 with :
4949 path : |
5050 .tox
6868 disable-sudo : true
6969 egress-policy : audit
7070 - name : Checkout Repository
71- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
71+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7272 with :
7373 persist-credentials : false
7474 - name : Set up Python${{ matrix.python-version }}
8080 run : |
8181 python -m pip install --require-hashes -r CI/requirements_ci.txt
8282 - name : Environment Caching
83- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
83+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
8484 with :
8585 path : .tox
8686 key : ${{ matrix.os }}-Python${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
Original file line number Diff line number Diff line change 3333 upload.pypi.org:443
3434
3535 - name : Checkout Repository
36- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737 with :
3838 persist-credentials : false
3939
Original file line number Diff line number Diff line change 2727 test.pypi.org:443
2828
2929 - name : Checkout Repository
30- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 with :
3232 persist-credentials : false
3333
6666 test.pypi.org:443
6767
6868 - name : Checkout Repository
69- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
69+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7070 with :
7171 persist-credentials : false
7272
You can’t perform that action at this time.
0 commit comments