Skip to content

Commit 43f63f1

Browse files
Bump actions/setup-python from 5.2.0 to 5.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...4237552) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b072920 commit 43f63f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10"]
1616
steps:
1717
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
18+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
1919
with:
2020
python-version: ${{ matrix.python }}
2121
allow-prereleases: true

0 commit comments

Comments
 (0)