From 5c44e946b847379190f38541594c330957a03b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:12:28 +0000 Subject: [PATCH] Bump asdf-vm/actions from 1.1.0 to 3.0.2 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 1.1.0 to 3.0.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.1.0...v3.0.2) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 726cee4..9e2c24d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -57,6 +57,6 @@ jobs: - name: Check out Code uses: actions/checkout@v3 - name: Install asdf dependencies - uses: asdf-vm/actions/install@v1.1.0 + uses: asdf-vm/actions/install@v3.0.2 - name: Run actionlint run: actionlint