Skip to content

Commit

Permalink
Bump pre-commit/action from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mshriver committed Aug 2, 2022
1 parent 4ac0830 commit 2e1eb5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cp .env.example .env
- name: Pre Commit Checks
uses: pre-commit/action@v2.0.0
uses: pre-commit/action@v3.0.0

- name: Collect Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cp .env.example .env
- name: Pre Commit Checks
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0

- name: Collect Tests
run: |
Expand Down

0 comments on commit 2e1eb5d

Please sign in to comment.