Skip to content

Commit

Permalink
Bump asdf-vm/actions from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 1 to 2.
- [Release notes](https://github.com/asdf-vm/actions/releases)
- [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md)
- [Commits](asdf-vm/actions@v1...v2)

---
updated-dependencies:
- dependency-name: asdf-vm/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rm3l committed Mar 18, 2023
1 parent 6617acb commit 2760a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

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

- name: Build
run: go build -v ./...
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3

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

- name: Test
run: go test -v ./...
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

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

- name: Read the right version of golangci-lint
id: golangci_lint_version
Expand Down

0 comments on commit 2760a21

Please sign in to comment.