Skip to content

Commit

Permalink
Merge pull request #35 from Dunedan/update-ci
Browse files Browse the repository at this point in the history
Update Github Actions and pre-commit hooks
  • Loading branch information
Dunedan authored Feb 6, 2025
2 parents 68da182 + 8abce52 commit eaeca49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected].0
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected].1
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
Expand All @@ -15,12 +15,12 @@ repos:
- id: forbid-crlf

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.44.0
hooks:
- id: markdownlint

- repo: https://github.com/ansible/ansible-lint
rev: v24.2.0
rev: v25.1.0
hooks:
- id: ansible-lint

Expand Down

0 comments on commit eaeca49

Please sign in to comment.