From e1c0e0f5004a09671016b340f596bc2cee8520b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 20:56:32 +0000 Subject: [PATCH] Bump asdf-vm/actions from 1 to 2 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 36b9c3b..d1d2d92 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,7 +19,7 @@ jobs: steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v1 + uses: asdf-vm/actions/plugin-test@v2 with: command: rustc --version @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v3 - name: Setup asdf - uses: asdf-vm/actions/setup@v1 + uses: asdf-vm/actions/setup@v2 - name: Install bats-core run: |