Skip to content

Commit 3e9b55e

Browse files
dependabot[bot]kerberizer
authored andcommitted
Bump actions/setup-python from 5.3.0 to 5.4.0
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) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 24c093a commit 3e9b55e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/[email protected]
3333

3434
- name: Setup Python
35-
uses: actions/setup-python@v5.3.0
35+
uses: actions/setup-python@v5.4.0
3636
with:
3737
python-version: ${{ matrix.python_version }}
3838

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/[email protected]
2020

2121
- name: Setup Python
22-
uses: actions/setup-python@v5.3.0
22+
uses: actions/setup-python@v5.4.0
2323
with:
2424
python-version: '3.13'
2525

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/[email protected]
2626

2727
- name: Setup Python
28-
uses: actions/setup-python@v5.3.0
28+
uses: actions/setup-python@v5.4.0
2929
with:
3030
python-version: '3.13'
3131

0 commit comments

Comments
 (0)