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

Commit f990378

Browse files
dependabot[bot]lpramuk
authored andcommitted
Bump pre-commit/action from 3.0.0 to 3.0.1
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] <support@github.com>
1 parent 48fa08a commit f990378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
for config in conf/*.yaml.template; do mv -- "$config" "${config%.template}"; done
3232
3333
- name: Pre Commit Checks
34-
uses: pre-commit/action@v3.0.0
34+
uses: pre-commit/action@v3.0.1
3535

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

.github/workflows/merge_to_master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
for config in conf/*.yaml.template; do mv -- "$config" "${config%.template}"; done
3434
3535
- name: Pre Commit Checks
36-
uses: pre-commit/action@v3.0.0
36+
uses: pre-commit/action@v3.0.1
3737

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

0 commit comments

Comments
 (0)