Skip to content

Commit 1d96c84

Browse files
dependabot[bot]nosborn
authored andcommitted
Bump actions/setup-python from 4.5.0 to 5.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@d27e3f3...0b93645) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b5e871 commit 1d96c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
22-
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
22+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2323
with:
2424
python-version: 3.x
2525
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0

0 commit comments

Comments
 (0)