From 85959b207dd8bbe3b16417885906b3ee9d89f0bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:48:26 +0000 Subject: [PATCH] chore(deps): update asdf-vm/actions action to v4 --- .github/workflows/scip-docker.yml | 4 ++-- .github/workflows/scip-snapshot.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scip-docker.yml b/.github/workflows/scip-docker.yml index 6bea11a43..bda03418f 100644 --- a/.github/workflows/scip-docker.yml +++ b/.github/workflows/scip-docker.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install asdf. - uses: asdf-vm/actions/setup@v2.1.0 + uses: asdf-vm/actions/setup@v4.0.0 - name: Cache asdf and asdf-managed tools. uses: actions/cache@v4 id: asdf-cache @@ -24,7 +24,7 @@ jobs: key: asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }} - name: Install asdf tools (if not cached). if: steps.asdf-cache.outputs.cache-hit != 'true' - uses: asdf-vm/actions/install@v2.1.0 + uses: asdf-vm/actions/install@v4.0.0 - name: Get npm cache directory id: npm-cache run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT diff --git a/.github/workflows/scip-snapshot.yml b/.github/workflows/scip-snapshot.yml index 1164bb4b7..f73f60b77 100644 --- a/.github/workflows/scip-snapshot.yml +++ b/.github/workflows/scip-snapshot.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install asdf. - uses: asdf-vm/actions/setup@v2.1.0 + uses: asdf-vm/actions/setup@v4.0.0 - name: Cache asdf and asdf-managed tools. uses: actions/cache@v4 id: asdf-cache @@ -26,7 +26,7 @@ jobs: key: asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }} - name: Install asdf tools (if not cached). if: steps.asdf-cache.outputs.cache-hit != 'true' - uses: asdf-vm/actions/install@v2.1.0 + uses: asdf-vm/actions/install@v4.0.0 - name: Get npm cache directory id: npm-cache run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT