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 32f4576 commit ce8d33aCopy full SHA for ce8d33a
.github/workflows/lint.yaml
@@ -7,13 +7,13 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
11
- name: Run yamllint
12
uses: karancode/yamllint-github-action@master
13
actionlint:
14
15
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- name: Download actionlint
18
id: get_actionlint
19
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
0 commit comments