Skip to content

Commit 5efd094

Browse files
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] <support@github.com>
1 parent c0d470e commit 5efd094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-${{ inputs.ghc }}-
4040
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-
4141
42-
- uses: actions/setup-python@v3
42+
- uses: actions/setup-python@v4
4343
- uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)