|
87 | 87 | steps: |
88 | 88 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
89 | 89 | - name: Set up Python ${{ matrix.python-version }} |
90 | | - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
| 90 | + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 |
91 | 91 | with: |
92 | 92 | python-version: ${{ matrix.python-version }} |
93 | 93 | - name: Fix braindead windows ${{ matrix.python-version }} on ${{ matrix.os }} |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | steps: |
170 | 170 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
171 | 171 | - name: Set up Python |
172 | | - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
| 172 | + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 |
173 | 173 | with: |
174 | 174 | python-version: "${{ vars.PYTHON_DEFAULT }}" |
175 | 175 | - name: Install dependencies for python Linters |
@@ -222,7 +222,7 @@ jobs: |
222 | 222 | steps: |
223 | 223 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
224 | 224 | - name: Set up Python ${{ matrix.python-version }} |
225 | | - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
| 225 | + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 |
226 | 226 | with: |
227 | 227 | python-version: ${{ matrix.python-version }} |
228 | 228 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }} |
@@ -341,7 +341,7 @@ jobs: |
341 | 341 | steps: |
342 | 342 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
343 | 343 | - name: Set up Python ${{ matrix.python-version }} |
344 | | - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
| 344 | + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 |
345 | 345 | with: |
346 | 346 | python-version: ${{ matrix.python-version }} |
347 | 347 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }} |
@@ -417,7 +417,7 @@ jobs: |
417 | 417 | steps: |
418 | 418 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
419 | 419 | - name: Set up Python ${{ matrix.python-version }} |
420 | | - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
| 420 | + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 |
421 | 421 | with: |
422 | 422 | python-version: ${{ matrix.python-version }} |
423 | 423 | - name: Install dependencies for python ${{ matrix.python-version }} |
@@ -470,7 +470,7 @@ jobs: |
470 | 470 | steps: |
471 | 471 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
472 | 472 | - name: Set up Python |
473 | | - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
| 473 | + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 |
474 | 474 | with: |
475 | 475 | python-version: "${{ vars.PYTHON_DEFAULT }}" |
476 | 476 | - name: Prep Testing Tox |
|
0 commit comments