Skip to content

Commit

Permalink
Merge pull request #103 from lsst-sqre/dependabot/github_actions/pre-…
Browse files Browse the repository at this point in the history
…commit/action-3.0.0

Bump pre-commit/action from 2.0.3 to 3.0.0
  • Loading branch information
rra authored Jun 6, 2022
2 parents 3afe21a + 70e2e4d commit a16c0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache-dependency-path: "setup.cfg"

- name: Run pre-commit
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0

- name: Install tox
run: pip install tox tox-docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache-dependency-path: "setup.cfg"

- name: Run pre-commit
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0

- name: Install tox
run: pip install tox tox-docker
Expand Down

0 comments on commit a16c0ed

Please sign in to comment.