Skip to content

Commit 66fa544

Browse files
Bump asdf-vm/actions from 2 to 3
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 2 to 3. - [Release notes](https://github.com/asdf-vm/actions/releases) - [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md) - [Commits](asdf-vm/actions@v2...v3) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29a5f04 commit 66fa544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v2
20+
uses: asdf-vm/actions/plugin-test@v3
2121
with:
2222
command: <TOOL CHECK>

.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@v3
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)