Skip to content

Commit 6e7855d

Browse files
authored
Fix pre-commit in CI (#4424)
According to https://github.com/pre-commit/action, we need to use `actions/setup-python@v3` in CI, since GHA did something wonky.
1 parent da403a7 commit 6e7855d

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
@@ -53,7 +53,7 @@ jobs:
5353
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-${{ inputs.ghc }}-
5454
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-
5555
56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v3
5757
- uses: pre-commit/[email protected]
5858
with:
5959
extra_args: --files ${{ needs.file-diff.outputs.git-diff }}

0 commit comments

Comments
 (0)