Skip to content

Commit 77ec941

Browse files
[PATCH] Version bump for setup-python (- WIP PR #347 -)
Changes in file .github/workflows/CI-BUILD.yml: * Version bump for setup-python Changes in file .github/workflows/CI-DOCS.yml: * Version bump for setup-python Changes in file .github/workflows/CI-MATs.yml: * Version bump for setup-python Changes in file .github/workflows/Tests.yml: * Version bump for setup-python
2 parents 8687403 + 7e6e9b2 commit 77ec941

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/CI-BUILD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
with:
5151
persist-credentials: false
52-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
52+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
5353
with:
5454
python-version: "${{ vars.PYTHON_DEFAULT }}"
5555
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
persist-credentials: false
123123
- name: Set up Python
124-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
124+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
125125
with:
126126
python-version: ${{ matrix.python-version }}
127127
- name: Set up dependencies

.github/workflows/CI-DOCS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
persist-credentials: false
5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
51+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
- name: Fix braindead windows ${{ matrix.python-version }} on ${{ matrix.os }}

.github/workflows/CI-MATs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
persist-credentials: false
8787
- name: Set up Python ${{ matrix.python-version }}
88-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
88+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
8989
with:
9090
python-version: ${{ matrix.python-version }}
9191
- name: Install dependencies for ${{ matrix.python-version }}

.github/workflows/Tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8989
- 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
9191
with:
9292
python-version: ${{ matrix.python-version }}
9393
- name: Fix braindead windows ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -169,7 +169,7 @@ jobs:
169169
steps:
170170
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
171171
- name: Set up Python
172-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
172+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
173173
with:
174174
python-version: "${{ vars.PYTHON_DEFAULT }}"
175175
- name: Install dependencies for python Linters
@@ -222,7 +222,7 @@ jobs:
222222
steps:
223223
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
224224
- 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
226226
with:
227227
python-version: ${{ matrix.python-version }}
228228
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -341,7 +341,7 @@ jobs:
341341
steps:
342342
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
343343
- 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
345345
with:
346346
python-version: ${{ matrix.python-version }}
347347
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -417,7 +417,7 @@ jobs:
417417
steps:
418418
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
419419
- 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
421421
with:
422422
python-version: ${{ matrix.python-version }}
423423
- name: Install dependencies for python ${{ matrix.python-version }}
@@ -470,7 +470,7 @@ jobs:
470470
steps:
471471
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
472472
- name: Set up Python
473-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
473+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
474474
with:
475475
python-version: "${{ vars.PYTHON_DEFAULT }}"
476476
- name: Prep Testing Tox

0 commit comments

Comments
 (0)