Skip to content

Commit

Permalink
chore(deps): Update pre-commit hook ansible/ansible-lint to v24.12.0 (#…
Browse files Browse the repository at this point in the history
…760)

Signed-off-by: Renovate <[email protected]>
Co-authored-by: Renovate <[email protected]>
  • Loading branch information
sscheib and Renovate authored Dec 10, 2024
1 parent 5c006ea commit 0e14a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2

- name: 'Run ansible-lint'
uses: 'ansible/ansible-lint@44be233dbd6a8a6d8f3c5297c318ed4ed4644c32' # v24.10.0
uses: 'ansible/ansible-lint@6fbb12e9d8e8464fe8dbc36f1829fa6a8d229c08' # v24.12.0
...
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ci:

repos:
- repo: 'https://github.com/ansible/ansible-lint'
rev: 'v24.10.0'
rev: 'v24.12.0'
hooks:
- id: 'ansible-lint'
stages:
Expand Down

0 comments on commit 0e14a52

Please sign in to comment.