Skip to content

Commit d5ed68b

Browse files
Merge pull request #1 from jylenhof/dependabot/github_actions/asdf-vm/actions-3
Bump asdf-vm/actions from 2 to 3
2 parents 5a9750a + 94af8c8 commit d5ed68b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
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@v2
20+
uses: asdf-vm/actions/plugin-test@v3
2121
with:
2222
command: git-cliff --help

.github/workflows/lint.yml

+1-1
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@v2
14+
- uses: asdf-vm/actions/install@v3
1515
- run: scripts/lint.bash
1616

1717
actionlint:

0 commit comments

Comments
 (0)