Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Oct 14, 2023
1 parent 3a6e76a commit 8ea3f61
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@v4

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

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

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

- 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 @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

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

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

0 comments on commit 8ea3f61

Please sign in to comment.