Skip to content

Commit 00aa677

Browse files
committed
ci: upgrade to v4
Signed-off-by: Theo Bob Massard <tbobm@protonmail.com>
1 parent 0cb65de commit 00aa677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: asdf_plugin_test
20-
uses: asdf-vm/actions/plugin-test@v3
20+
uses: asdf-vm/actions/plugin-test@v4
2121
with:
2222
command: <TOOL CHECK>

template/.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: asdf-vm/actions/install@v3
14+
- uses: asdf-vm/actions/install@v4
1515
- run: scripts/lint.bash
1616

1717
actionlint:

0 commit comments

Comments
 (0)