We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21faa56 + 5239bfa commit fc2a673Copy full SHA for fc2a673
2 files changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
permissions:
20
contents: write
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
with:
24
fetch-depth: 0
25
- name: Selfcheck
.github/workflows/check.yml
@@ -7,7 +7,7 @@ jobs:
7
name: shellcheck
8
runs-on: ubuntu-latest
9
10
11
- name: Run ShellCheck
12
uses: ludeeus/action-shellcheck@master
13
env:
0 commit comments