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 13af789 commit 2e05a09Copy full SHA for 2e05a09
.github/workflows/lint.yml
@@ -10,14 +10,14 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- uses: asdf-vm/actions/install@v3
15
- run: scripts/lint.bash
16
17
actionlint:
18
19
20
21
- name: Check workflow files
22
uses: docker://rhysd/actionlint:1.7.8
23
with:
0 commit comments