Skip to content

Commit

Permalink
Merge pull request #543 from doitintl/fix-precommit
Browse files Browse the repository at this point in the history
ci: Upgrade pre-commit action to v3
  • Loading branch information
dark0dave authored Nov 12, 2023
2 parents 53d46ef + aee3f82 commit 270c9cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/[email protected]
with:
set-safe-directory: true
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0
test:
name: test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
exclude_types: [ png ]
- id: git-dirty
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.2.0
rev: v2.11.0
hooks:
- id: pretty-format-golang
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 270c9cb

Please sign in to comment.