Skip to content

Commit b2b9dd9

Browse files
authored
Merge pull request #137 from cisagov/bug/correct_setup-python_versions
Ensure the use of the same version of `actions/setup-python`
2 parents 272917a + e7d0482 commit b2b9dd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
egress-policy: audit
195195
- uses: actions/checkout@v4
196196
- id: setup-python
197-
uses: actions/setup-python@v4
197+
uses: actions/setup-python@v5
198198
with:
199199
python-version: ${{ matrix.python-version }}
200200
- uses: actions/cache@v3
@@ -246,7 +246,7 @@ jobs:
246246
- id: setup-env
247247
uses: cisagov/setup-env-github-action@develop
248248
- id: setup-python
249-
uses: actions/setup-python@v4
249+
uses: actions/setup-python@v5
250250
with:
251251
python-version: ${{ steps.setup-env.outputs.python-version }}
252252
- uses: actions/cache@v3
@@ -300,7 +300,7 @@ jobs:
300300
egress-policy: audit
301301
- uses: actions/checkout@v4
302302
- id: setup-python
303-
uses: actions/setup-python@v4
303+
uses: actions/setup-python@v5
304304
with:
305305
python-version: ${{ matrix.python-version }}
306306
- uses: actions/cache@v3
@@ -355,7 +355,7 @@ jobs:
355355
egress-policy: audit
356356
- uses: actions/checkout@v4
357357
- id: setup-python
358-
uses: actions/setup-python@v4
358+
uses: actions/setup-python@v5
359359
with:
360360
python-version: ${{ matrix.python-version }}
361361
- uses: actions/cache@v3

0 commit comments

Comments
 (0)