Skip to content

Commit

Permalink
Update pre-commit/action action to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 4c57b77 commit ebd87fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
tflint_version: v0.38.1
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
# pre-commit fails if it changed files
# we want to go on
continue-on-error: true
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions

0 comments on commit ebd87fa

Please sign in to comment.