Skip to content

Commit

Permalink
Merge pull request #125 from RedHatQE/dependabot/github_actions/pre-c…
Browse files Browse the repository at this point in the history
…ommit/action-3.0.1

Bump pre-commit/action from 3.0.0 to 3.0.1
  • Loading branch information
jyejare authored Jun 18, 2024
2 parents 3d88ae9 + ba59dd7 commit da5a232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cp settings.yaml.template settings.yaml
- name: Pre Commit Checks
uses: pre-commit/action@v3.0.0
uses: pre-commit/action@v3.0.1

- name: Analysis (git diff)
if: failure()
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 @@ -37,7 +37,7 @@ jobs:
cp settings.yaml.template settings.yaml
- name: Pre Commit Checks
uses: pre-commit/action@v3.0.0
uses: pre-commit/action@v3.0.1

- name: Analysis (git diff)
if: failure()
Expand Down

0 comments on commit da5a232

Please sign in to comment.