We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9e8ae commit cff63cbCopy full SHA for cff63cb
.github/workflows/pr-lint.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
name: PR - Actionlint
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- run: |
13
echo "::add-matcher::.github/actionlint-matcher.json"
14
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
@@ -19,5 +19,5 @@ jobs:
19
20
name: PR - Shellcheck
21
22
23
- uses: ludeeus/action-shellcheck@master
0 commit comments