Skip to content

Commit

Permalink
Merge pull request #77 from asdf-community/renovate/asdf-vm-actions-3.x
Browse files Browse the repository at this point in the history
chore(deps): update asdf-vm/actions action to v3
  • Loading branch information
smorimoto authored Oct 10, 2023
2 parents 0346f5d + 419dfc3 commit 197e3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v2
uses: asdf-vm/actions/plugin-test@v3
with:
command: ${{ matrix.tool }} version
plugin: ${{ matrix.tool }}
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup asdf
uses: asdf-vm/actions/setup@v2
uses: asdf-vm/actions/setup@v3

- name: Install bats-core
run: brew install --build-from-source bats-core
Expand Down

0 comments on commit 197e3ec

Please sign in to comment.