Skip to content

Commit da8af2b

Browse files
Bump actions/setup-python from 3.0.0 to 4.2.0 (zarr-developers#1162)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.0.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d4e0a6 commit da8af2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Pre-commit-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
#setting up Python v3.0.0
25-
- uses: actions/setup-python@v3.0.0
25+
- uses: actions/setup-python@v4.2.0
2626
with:
2727
python-version: '3.9'
2828
#using pre-commit latest i.e v2.0.3

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
submodules: true
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-python@v4
19+
- uses: actions/setup-python@v4.2.0
2020
name: Install Python
2121
with:
2222
python-version: '3.8'

0 commit comments

Comments
 (0)