Skip to content

Commit 5867327

Browse files
Update actions/setup-python action to v5.4.0 (#407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c251f3 commit 5867327

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Setup Python 3.12
25-
uses: actions/setup-python@v5.3.0
25+
uses: actions/setup-python@v5.4.0
2626
with:
2727
python-version: '3.12'
2828
architecture: x64
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/[email protected]
7676

7777
- name: Setup Python 3.12
78-
uses: actions/setup-python@v5.3.0
78+
uses: actions/setup-python@v5.4.0
7979
with:
8080
python-version: '3.12'
8181
architecture: x64

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/[email protected]
1919

2020
- name: Setup Latest Python
21-
uses: actions/setup-python@v5.3.0
21+
uses: actions/setup-python@v5.4.0
2222
with:
2323
python-version: 3.12
2424
architecture: x64
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/[email protected]
5757

5858
- name: Setup Python ${{ matrix.python-version }}
59-
uses: actions/setup-python@v5.3.0
59+
uses: actions/setup-python@v5.4.0
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
architecture: x64

0 commit comments

Comments
 (0)