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 0cb65de commit 00aa677Copy full SHA for 00aa677
template/.github/workflows/build.yml
@@ -17,6 +17,6 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
steps:
19
- name: asdf_plugin_test
20
- uses: asdf-vm/actions/plugin-test@v3
+ uses: asdf-vm/actions/plugin-test@v4
21
with:
22
command: <TOOL CHECK>
template/.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- uses: actions/checkout@v4
14
- - uses: asdf-vm/actions/install@v3
+ - uses: asdf-vm/actions/install@v4
15
- run: scripts/lint.bash
16
actionlint:
0 commit comments