We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e298b commit 3644f4cCopy full SHA for 3644f4c
.github/workflows/test.yml
@@ -10,11 +10,11 @@ jobs:
10
check_hooks:
11
name: Check hooks work
12
timeout-minutes: 15
13
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
14
15
steps:
16
- name: Clone repository
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
.pre-commit-hooks.yaml
@@ -8,7 +8,7 @@
8
- id: actionlint
9
name: Lint Github workflows
language: docker_image
- entry: rhysd/actionlint:1.6.27
+ entry: rhysd/actionlint:1.7.7
files: ^\.github/workflows/.*\.yml$
- id: hadolint
0 commit comments