Skip to content

Commit 625769b

Browse files
Bump actions/setup-python from 3 to 4 (#75)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 971d8bd commit 625769b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121

2222
# START PYTHON DEPENDENCIES
23-
- uses: actions/setup-python@v3
23+
- uses: actions/setup-python@v4
2424
with:
2525
python-version: "3.x"
2626
cache: pip

0 commit comments

Comments
 (0)