Skip to content

Commit 82f6e32

Browse files
dependabot[bot]rm3l
authored andcommitted
Bump asdf-vm/actions from 3 to 4
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 3 to 4. - [Release notes](https://github.com/asdf-vm/actions/releases) - [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md) - [Commits](asdf-vm/actions@v3...v4) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ada33ed commit 82f6e32

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@v3
17+
uses: asdf-vm/actions/install@v4
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@v3
28+
uses: asdf-vm/actions/install@v4
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
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Install asdf dependencies
22-
uses: asdf-vm/actions/install@v3
22+
uses: asdf-vm/actions/install@v4
2323

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

0 commit comments

Comments
 (0)