Skip to content

Commit

Permalink
Fix pre-commit in CI (#4424)
Browse files Browse the repository at this point in the history
According to https://github.com/pre-commit/action, we need to use
`actions/setup-python@v3` in CI, since GHA did something wonky.
  • Loading branch information
fendor authored Oct 12, 2024
1 parent da403a7 commit 6e7855d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-${{ inputs.ghc }}-
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-
- uses: actions/setup-python@v5
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
with:
extra_args: --files ${{ needs.file-diff.outputs.git-diff }}

0 comments on commit 6e7855d

Please sign in to comment.