Skip to content

Commit 9e37d22

Browse files
dependabot[bot]rm3l
authored andcommitted
Bump asdf-vm/actions from 2 to 3
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>
1 parent 9f51816 commit 9e37d22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Install asdf dependencies
17-
uses: asdf-vm/actions/install@v2
17+
uses: asdf-vm/actions/install@v3
1818

1919
- name: Build
2020
run: go build -v ./...
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: Install asdf dependencies
28-
uses: asdf-vm/actions/install@v2
28+
uses: asdf-vm/actions/install@v3
2929

3030
- name: Test
3131
run: go test -v ./...

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Install asdf dependencies
23-
uses: asdf-vm/actions/install@v2
23+
uses: asdf-vm/actions/install@v3
2424

2525
- name: Read the right version of golangci-lint
2626
id: golangci_lint_version

0 commit comments

Comments
 (0)