Skip to content

Commit

Permalink
Use latest version of plugin-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kforsthoevel committed Oct 11, 2024
1 parent 821ed34 commit 078fdba
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 @@ -15,13 +15,13 @@ jobs:
plugin_test:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
os: [macos-latest, ubuntu-latest]

runs-on: ${{ matrix.os }}

steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v2.2.0
uses: asdf-vm/actions/plugin-test@v3

with:
command: goreleaser --version
Expand Down

0 comments on commit 078fdba

Please sign in to comment.