Skip to content

Commit 8f63c83

Browse files
chore(deps): 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 558cc55 commit 8f63c83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818
steps:
1919
- uses: actions/[email protected]
20-
- uses: actions/setup-python@v5.3.0
20+
- uses: actions/setup-python@v5.4.0
2121
with:
2222
python-version: "${{ matrix.python-version }}"
2323
- run: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/[email protected]
15-
- uses: actions/setup-python@v5.3.0
15+
- uses: actions/setup-python@v5.4.0
1616
with:
1717
python-version: ">=3.12"
1818
- run: |

0 commit comments

Comments
 (0)