Skip to content

Commit

Permalink
chore(deps): update asdf-vm/actions action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 397c14a commit a4c4393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: brew install bash parallel

- name: Install asdf
uses: asdf-vm/actions/setup@v1
uses: asdf-vm/actions/setup@v2

- name: Checkout plugin
uses: actions/checkout@v3
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: apk add --update --no-cache --upgrade bash git curl coreutils tar xz grep build-base

- name: Test plugin
uses: asdf-vm/actions/plugin-test@v1
uses: asdf-vm/actions/plugin-test@v2
with:
command: nim -v
version: 'latest:1.6'
Expand Down

0 comments on commit a4c4393

Please sign in to comment.