|
24 | 24 | with: |
25 | 25 | persist-credentials: false |
26 | 26 | - name: Set up Python ${{ env.LATEST_SUPPORTED_PY }} |
27 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 27 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
28 | 28 | with: |
29 | 29 | python-version: ${{ env.LATEST_SUPPORTED_PY }} |
30 | 30 | - name: Run lint verification |
|
41 | 41 | with: |
42 | 42 | persist-credentials: false |
43 | 43 | - name: Set up Python ${{ env.LATEST_SUPPORTED_PY }} |
44 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 44 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
45 | 45 | with: |
46 | 46 | python-version: ${{ env.LATEST_SUPPORTED_PY }} |
47 | 47 | - name: Install synchronous dependencies |
|
81 | 81 | with: |
82 | 82 | persist-credentials: false |
83 | 83 | - name: Set up Python ${{ matrix.python-version }} |
84 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 84 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
85 | 85 | with: |
86 | 86 | python-version: ${{ matrix.python-version }} |
87 | 87 | - name: Install synchronous dependencies |
@@ -148,7 +148,7 @@ jobs: |
148 | 148 | with: |
149 | 149 | persist-credentials: false |
150 | 150 | - name: Set up Python ${{ env.LATEST_SUPPORTED_PY }} |
151 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 151 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
152 | 152 | with: |
153 | 153 | python-version: ${{ env.LATEST_SUPPORTED_PY }} |
154 | 154 | - name: Install dependencies |
|
0 commit comments