Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 102cb37

Browse files
build(deps): Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77801b6 commit 102cb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
if: github.event_name == 'pull_request'
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: actions/setup-python@v3
18+
- uses: actions/setup-python@v4
1919
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)