From 4030b17876e2a897637fafffa9ed873a5964d970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 18:06:17 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump asdf-vm/actions from 4.0.0 to 4.0.1 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 4.0.0 to 4.0.1. - [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/1902764435ca0dd2f3388eea723a4f92a4eb8302...b7bcd026f18772e44fe1026d729e1611cc435d47) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/quality-checks.yml | 4 ++-- .github/workflows/tag-release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index cd84924..fc7b4b6 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -74,7 +74,7 @@ jobs: # using git commit sha for version of action to ensure we have stable version - name: Install asdf - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ inputs.asdfVersion }} @@ -88,7 +88,7 @@ jobs: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ inputs.asdfVersion }} - name: Install asdf dependencies in .tool-versions - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ inputs.asdfVersion }} env: diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 1b521dd..49c0107 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -131,7 +131,7 @@ jobs: - name: Install asdf dependencies in .tool-versions if: ${{ steps.asdf_cache.outputs.cache-hit == 'false' || steps.asdf_cache.outcome != 'skipped' }} - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ inputs.asdfVersion }} @@ -179,7 +179,7 @@ jobs: with: name: asdf_artifact - name: Install asdf - uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ inputs.asdfVersion }} @@ -235,7 +235,7 @@ jobs: - name: Install asdf dependencies in .tool-versions if: ${{ inputs.publish_package }} - uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302 + uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 with: asdf_version: ${{ inputs.asdfVersion }} env: