File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 name : Lint
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 with :
2121 persist-credentials : false
2222 - name : Run prek
2929 runs-on : ${{ matrix.os }}
3030 name : " Test | ${{ matrix.os }}"
3131 steps :
32- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333 with :
3434 persist-credentials : false
3535 - name : Test | ${{ matrix.os }} | no extra-args
@@ -60,12 +60,12 @@ jobs:
6060 timeout-minutes : 5
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
63+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6464 with :
6565 persist-credentials : false
6666
6767 - name : Checkout python/cpython
68- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
68+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6969 with :
7070 repository : python/cpython
7171 ref : f3759d21dd5e6510361d7409a1df53f35ebd9a58
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ runs:
110110 Write-Host "::endgroup::"
111111
112112 - name : Setup cache
113- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
113+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
114114 with :
115115 path : |
116116 ~/.cache/prek
You can’t perform that action at this time.
0 commit comments