Skip to content

Commit 3644f4c

Browse files
committed
bump action and bump actionlint
1 parent 40e298b commit 3644f4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
check_hooks:
1111
name: Check hooks work
1212
timeout-minutes: 15
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Clone repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- id: actionlint
99
name: Lint Github workflows
1010
language: docker_image
11-
entry: rhysd/actionlint:1.6.27
11+
entry: rhysd/actionlint:1.7.7
1212
files: ^\.github/workflows/.*\.yml$
1313

1414
- id: hadolint

0 commit comments

Comments
 (0)