Skip to content

Commit

Permalink
chore(deps): update asdf-vm/actions action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent ff0255e commit ee9737d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v1

- name: asdf_install
uses: asdf-vm/actions/install@v1
uses: asdf-vm/actions/install@v3

- name: Release Notary
run: go run main.go publish
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v1

- name: asdf_install
uses: asdf-vm/actions/install@v1
uses: asdf-vm/actions/install@v3

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v1

- name: asdf_install
uses: asdf-vm/actions/install@v1
uses: asdf-vm/actions/install@v3

- name: Test
run: |
Expand Down

0 comments on commit ee9737d

Please sign in to comment.