Skip to content

Commit 45bd013

Browse files
build(deps): bump asdf-vm/actions from 3 to 4 (#199)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 214e66c commit 45bd013

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- uses: asdf-vm/actions/install@v3
22+
- uses: asdf-vm/actions/install@v4
2323
- uses: actions/setup-go@v5
2424
with:
2525
go-version: '>=1.22.6'
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
36-
- uses: asdf-vm/actions/install@v3
36+
- uses: asdf-vm/actions/install@v4
3737
- uses: actions/setup-go@v5
3838
with:
3939
go-version: '>=1.22.6'
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v4
5252
with:
5353
fetch-depth: 0
54-
- uses: asdf-vm/actions/install@v3
54+
- uses: asdf-vm/actions/install@v4
5555
- uses: actions/setup-go@v5
5656
with:
5757
go-version: '>=1.22.6'
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/checkout@v4
6969
with:
7070
fetch-depth: 0
71-
- uses: asdf-vm/actions/install@v3
71+
- uses: asdf-vm/actions/install@v4
7272
- uses: actions/setup-go@v5
7373
with:
7474
go-version: '>=1.22.6'

0 commit comments

Comments
 (0)