Skip to content

Commit f05f805

Browse files
Bump version of GH setup-pytho action ( - WIP #40 - )
1 parent 27fda62 commit f05f805

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/Tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
LANG: "en_US.UTF-8"
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: actions/setup-python@v4
24+
- uses: actions/setup-python@v5
2525
with:
2626
python-version: "3.12"
2727
- name: Pre-Clean
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v4
8383
- name: Setup Python
84-
uses: actions/setup-python@v4
84+
uses: actions/setup-python@v5
8585
with:
8686
python-version: ${{ matrix.python-version }}
8787
- name: Setup dependencies
@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
- uses: actions/checkout@v4
141141
- name: Setup Python ${{ matrix.python-version }}
142-
uses: actions/setup-python@v4
142+
uses: actions/setup-python@v5
143143
with:
144144
python-version: ${{ matrix.python-version }}
145145
- name: Install dependencies for ${{ matrix.python-version }}
@@ -186,7 +186,7 @@ jobs:
186186
steps:
187187
- uses: actions/checkout@v4
188188
- name: Setup Python ${{ matrix.python-version }}
189-
uses: actions/setup-python@v4
189+
uses: actions/setup-python@v5
190190
with:
191191
python-version: ${{ matrix.python-version }}
192192
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -268,9 +268,9 @@ jobs:
268268
CODECLIMATE_REPO_TOKEN: ${{ secrets.CODECLIMATE_TOKEN }}
269269
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
270270
steps:
271-
- uses: actions/checkout@v3
271+
- uses: actions/checkout@v4
272272
- name: Setup Python ${{ matrix.python-version }}
273-
uses: actions/setup-python@v4
273+
uses: actions/setup-python@v5
274274
with:
275275
python-version: ${{ matrix.python-version }}
276276
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -345,7 +345,7 @@ jobs:
345345
steps:
346346
- uses: actions/checkout@v4
347347
- name: Setup Python
348-
uses: actions/setup-python@v4
348+
uses: actions/setup-python@v5
349349
with:
350350
python-version: "3.10"
351351
- name: Install dependencies for python Linters
@@ -391,7 +391,7 @@ jobs:
391391
steps:
392392
- uses: actions/checkout@v4
393393
- name: Setup Python ${{ matrix.python-version }}
394-
uses: actions/setup-python@v4
394+
uses: actions/setup-python@v5
395395
with:
396396
python-version: ${{ matrix.python-version }}
397397
- name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
@@ -465,7 +465,7 @@ jobs:
465465
steps:
466466
- uses: actions/checkout@v4
467467
- name: Setup Python
468-
uses: actions/setup-python@v4
468+
uses: actions/setup-python@v5
469469
with:
470470
python-version: "3.10"
471471
- name: Install dependencies for Tox

0 commit comments

Comments
 (0)