|
27 | 27 | with: |
28 | 28 | fetch-depth: 0 |
29 | 29 | persist-credentials: false |
30 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 |
| 30 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 |
31 | 31 | with: |
32 | 32 | python-version: ${{ env.PYTHON_LATEST }} |
33 | 33 | - name: Install tox |
|
55 | 55 | with: |
56 | 56 | fetch-depth: 0 |
57 | 57 | persist-credentials: false |
58 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 |
| 58 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 |
59 | 59 | with: |
60 | 60 | python-version: ${{ env.PYTHON_LATEST }} |
61 | 61 | - name: Install GitHub matcher for ActionLint checker |
|
80 | 80 | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 |
81 | 81 | with: |
82 | 82 | persist-credentials: false |
83 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 |
| 83 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 |
84 | 84 | with: |
85 | 85 | python-version: ${{ matrix.python-version }} |
86 | 86 | - name: Install dependencies |
@@ -108,7 +108,7 @@ jobs: |
108 | 108 | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 |
109 | 109 | with: |
110 | 110 | persist-credentials: false |
111 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 |
| 111 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 |
112 | 112 | with: |
113 | 113 | python-version: ${{ env.PYTHON_LATEST }} |
114 | 114 | - name: Install dependencies |
@@ -139,7 +139,7 @@ jobs: |
139 | 139 | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 |
140 | 140 | with: |
141 | 141 | persist-credentials: false |
142 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 |
| 142 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 |
143 | 143 | with: |
144 | 144 | python-version: ${{ env.PYTHON_LATEST }} |
145 | 145 | - name: Install Coverage.py |
@@ -176,7 +176,7 @@ jobs: |
176 | 176 | fetch-depth: 0 |
177 | 177 | persist-credentials: false |
178 | 178 | - name: Install Python |
179 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 |
| 179 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 |
180 | 180 | - name: Install towncrier |
181 | 181 | run: pip install towncrier==24.8.0 |
182 | 182 | - name: Install pandoc |
|
0 commit comments