Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Verify PR label action
if: github.event_name != 'merge_group'
uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # v5
uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5
with:
mode: exactly
count: 1
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-useless-excludes
priority: 0
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.10.9
rev: 0.10.10
hooks:
- id: uv-sync
priority: 0
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
- id: check-merge-conflict
priority: 0
- repo: https://github.com/tombi-toml/tombi-pre-commit
rev: v0.9.2
rev: v0.9.4
hooks:
- id: tombi-format
alias: toml
Expand All @@ -78,6 +78,6 @@ repos:
entry: uv run -q --group=lint ansible-lint --fix
priority: 1
- repo: https://github.com/ansible/actions
rev: v1.0.0
rev: v1.0.1
hooks:
- id: ruff
Loading
Loading