Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lpramuk committed Feb 22, 2024
1 parent 48fa08a commit f990378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
for config in conf/*.yaml.template; do mv -- "$config" "${config%.template}"; done
- name: Pre Commit Checks
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

- name: Upgrade Test Coverage (Existence Test)
run: py.test --cov=upgrade_tests/helpers upgrade_tests/helpers/coverme.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge_to_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
for config in conf/*.yaml.template; do mv -- "$config" "${config%.template}"; done
- name: Pre Commit Checks
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

- name: Upgrade Test Coverage (Existence Test)
run: py.test --cov=upgrade_tests/helpers upgrade_tests/helpers/coverme.py
Expand Down

0 comments on commit f990378

Please sign in to comment.