From cfdf83b9264688e1477eb02e78c28fe325fcda4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:00:51 +0100 Subject: [PATCH] Bump asdf-vm/actions from 2 to 3 (#585) 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](https://github.com/asdf-vm/actions/compare/v2...v3) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/part_asdf_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/part_asdf_update.yml b/.github/workflows/part_asdf_update.yml index 05240cc..416d066 100644 --- a/.github/workflows/part_asdf_update.yml +++ b/.github/workflows/part_asdf_update.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: ASDF Install - uses: asdf-vm/actions/install@v2 + uses: asdf-vm/actions/install@v3 - name: "Get Newest Version" id: newestVersion run: |