Skip to content

Commit deff1f9

Browse files
authored
refs #12683 - updated GitHub action actions/setup-python to v5 (danmar#6470)
1 parent 528a835 commit deff1f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Set up Python 3.12
9090
if: matrix.config == 'release'
91-
uses: actions/setup-python@v4
91+
uses: actions/setup-python@v5
9292
with:
9393
python-version: '3.12'
9494
check-latest: true

.github/workflows/asan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3535

3636
- name: Set up Python 3.12
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@v5
3838
with:
3939
python-version: '3.12'
4040
check-latest: true

.github/workflows/scriptcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
key: ${{ runner.os }}-scriptcheck-cppcheck-${{ github.sha }}
6565

6666
- name: Set up Python ${{ matrix.python-version }}
67-
uses: actions/setup-python@v4
67+
uses: actions/setup-python@v5
6868
with:
6969
python-version: ${{ matrix.python-version }}
7070
check-latest: true

.github/workflows/tsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3535

3636
- name: Set up Python 3.12
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@v5
3838
with:
3939
python-version: '3.12'
4040
check-latest: true

.github/workflows/ubsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3535

3636
- name: Set up Python 3.12
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@v5
3838
with:
3939
python-version: '3.12'
4040
check-latest: true

0 commit comments

Comments
 (0)