|
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 flake8 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: Run mypy verification |
|
69 | 69 | with: |
70 | 70 | persist-credentials: false |
71 | 71 | - name: Set up Python ${{ matrix.python-version }} |
72 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 72 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
73 | 73 | with: |
74 | 74 | python-version: ${{ matrix.python-version }} |
75 | 75 | - name: Install dependencies |
@@ -102,7 +102,7 @@ jobs: |
102 | 102 | with: |
103 | 103 | persist-credentials: false |
104 | 104 | - name: Set up Python ${{ env.LATEST_SUPPORTED_PY }} |
105 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 105 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
106 | 106 | with: |
107 | 107 | python-version: ${{ env.LATEST_SUPPORTED_PY }} |
108 | 108 | - name: Install dependencies |
|
0 commit comments