We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a9750a + 94af8c8 commit d5ed68bCopy full SHA for d5ed68b
.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@v2
+ uses: asdf-vm/actions/plugin-test@v3
21
with:
22
command: git-cliff --help
.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@v2
+ - uses: asdf-vm/actions/install@v3
15
- run: scripts/lint.bash
16
actionlint:
0 commit comments