Skip to content

Commit a9c9bb2

Browse files
authored
feat: updates (#528)
1 parent 08477de commit a9c9bb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/generate_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109109
with:
110110
persist-credentials: false
111-
- uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31.2.0
111+
- uses: cachix/install-nix-action@17fe5fb4a23ad6cbbe47d6b3f359611ad276644c # v31.4.0
112112
- name: Install Ansible
113113
env:
114114
DEBIAN_FRONTEND: noninteractive

template/.pre-commit-config.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: detect-private-key
1616

1717
- repo: https://github.com/adrienverge/yamllint
18-
rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # 1.37.0
18+
rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # 1.37.1
1919
hooks:
2020
- id: yamllint
2121

@@ -39,7 +39,7 @@ repos:
3939
rev: d19233b89771be2d89273f163f5edc5a39bbc34a # 0.11.12
4040
hooks:
4141
# Run the linter.
42-
- id: ruff
42+
- id: ruff-check
4343
# Run the formatter.
4444
- id: ruff-format
4545

0 commit comments

Comments
 (0)