|
39 | 39 | if: ${{ github.event.inputs.clear_cache == 'true' }} |
40 | 40 | run: sudo rm -rf /opt/hostedtoolcache |
41 | 41 |
|
42 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 42 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
43 | 43 | with: |
44 | 44 | persist-credentials: false |
45 | 45 | - name: Set up Python ${{ matrix.python-version }} |
|
95 | 95 | if: ${{ github.event.inputs.clear_cache == 'true' }} |
96 | 96 | run: sudo rm -rf /Users/runner/hostedtoolcache |
97 | 97 |
|
98 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 98 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
99 | 99 | with: |
100 | 100 | persist-credentials: false |
101 | 101 | - name: Set up Python ${{ matrix.python-version }} |
@@ -150,7 +150,7 @@ jobs: |
150 | 150 | - name: Clear GitHub Actions cache |
151 | 151 | if: ${{ github.event.inputs.clear_cache == 'true' }} |
152 | 152 | run: Remove-Item -Recurse -Force C:\hostedtoolcache |
153 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 153 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
154 | 154 | with: |
155 | 155 | persist-credentials: false |
156 | 156 | - name: Set up Python ${{ matrix.python-version }} |
@@ -194,7 +194,7 @@ jobs: |
194 | 194 | runs-on: ubuntu-latest |
195 | 195 |
|
196 | 196 | steps: |
197 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 |
| 197 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd |
198 | 198 | with: |
199 | 199 | persist-credentials: false |
200 | 200 | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 |
|
0 commit comments