Skip to content

Commit

Permalink
Revert "ci: use action major version"
Browse files Browse the repository at this point in the history
This reverts commit 8721ff1.

GitHub Action version syntax is not support for all actions such as
pre-commit.
  • Loading branch information
ben-grande committed Jul 7, 2024
1 parent a2fff01 commit bb722fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3
- uses: pre-commit/action@v3.0.1
env:
SPEC_VENDOR: Github Actions
SPEC_PACKAGER: Github Actions
Expand Down

0 comments on commit bb722fa

Please sign in to comment.