From de0e0d6409894703294c6f6ebfeb9b9a0851cfac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 22:58:34 +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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ffefff..5e33cf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Install asdf - uses: asdf-vm/actions/setup@v1 + uses: asdf-vm/actions/setup@v2 env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true # Enabling until there's a better solution. @@ -44,7 +44,7 @@ jobs: steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v1 + uses: asdf-vm/actions/plugin-test@v2 with: command: "sloth version" env: