Skip to content

Commit 3b29f02

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0 (#2145)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8452ebf commit 3b29f02

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
fetch-depth: 0
8585

8686
- name: Set up Python
87-
uses: actions/setup-python@v5.3.0
87+
uses: actions/setup-python@v5.4.0
8888
with:
8989
python-version: ${{ matrix.python-version }}
9090
allow-prereleases: true
@@ -136,7 +136,7 @@ jobs:
136136
fetch-depth: 0
137137

138138
- name: Setup Python
139-
uses: actions/setup-python@v5.3.0
139+
uses: actions/setup-python@v5.4.0
140140
with:
141141
# Use minimum version of python for coverage to avoid phantom branches
142142
# https://github.com/nedbat/coveragepy/issues/1572#issuecomment-1522546425

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "VERSION=${GITHUB_REF_NAME#v}" | tee -a $GITHUB_ENV
3535
3636
- name: Set up Python
37-
uses: actions/setup-python@v5.3.0
37+
uses: actions/setup-python@v5.4.0
3838
with:
3939
python-version: "3.x"
4040

changes/2145.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated actions/setup-python from 5.3.0 to 5.4.0.

0 commit comments

Comments
 (0)