From 4ff038c8f01349ee59b8fa24a894811cf484c481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 05:39:04 +0000 Subject: [PATCH] Bump asdf-vm/actions from 2.2.0 to 3.0.0 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 2.2.0 to 3.0.0. - [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/6a442392015fbbdd8b48696d41e0051b2698b2e4...4f8f7939dd917fc656bb7c3575969a5988c28364) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a583bf53c..d0a241137 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -161,7 +161,7 @@ jobs: - name: Checkout repository uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Install tooling - uses: asdf-vm/actions/install@6a442392015fbbdd8b48696d41e0051b2698b2e4 # v2.2.0 + uses: asdf-vm/actions/install@4f8f7939dd917fc656bb7c3575969a5988c28364 # v3.0.0 - name: Install Node.js uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 with: