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 4810293 commit a6b925dCopy full SHA for a6b925d
.github/workflows/lint.yml
@@ -8,10 +8,10 @@ on:
8
9
jobs:
10
shellcheck:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Install asdf dependencies
17
uses: asdf-vm/actions/install@v1
@@ -20,10 +20,10 @@ jobs:
20
run: scripts/shellcheck.bash
21
22
shellfmt:
23
24
25
26
27
28
29
uses: asdf-vm/actions/install@dd88cacda735aadf625b889cbed3cd5923437af7 # 2022-12-13
0 commit comments