We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e58ec commit 8771fa4Copy full SHA for 8771fa4
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
permissions:
20
contents: write
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
with:
24
fetch-depth: 0
25
-
.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