From 7daca4c329dbc563ae882df9c0717529a592a149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 21:48:11 +0000 Subject: [PATCH] build(deps): 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](https://github.com/asdf-vm/actions/compare/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] --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b037710..4743403 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: asdf-vm/actions/install@v3 + - uses: asdf-vm/actions/install@v4 - uses: actions/setup-go@v5 with: go-version: '>=1.22.6' @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: asdf-vm/actions/install@v3 + - uses: asdf-vm/actions/install@v4 - uses: actions/setup-go@v5 with: go-version: '>=1.22.6' @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: asdf-vm/actions/install@v3 + - uses: asdf-vm/actions/install@v4 - uses: actions/setup-go@v5 with: go-version: '>=1.22.6' @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: asdf-vm/actions/install@v3 + - uses: asdf-vm/actions/install@v4 - uses: actions/setup-go@v5 with: go-version: '>=1.22.6'