Skip to content

Commit e8e78c2

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0 (#562)
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 d6db22a commit e8e78c2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
fetch-depth: 0
8181

8282
- name: Set up Python ${{ matrix.python-version }}
83-
uses: actions/setup-python@v5.3.0
83+
uses: actions/setup-python@v5.4.0
8484
with:
8585
python-version: ${{ matrix.python-version }}
8686
allow-prereleases: true

.github/workflows/release.yml

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

changes/562.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)