From e1702d8406ee4904f53630d67572bdb3c141fb23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 09:58:05 +0000 Subject: [PATCH] chore(deps): update asdf-vm/actions action to v2.2.0 --- .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 dfb630431..3a93424b0 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@v2.2.0 - name: Cache asdf and asdf-managed tools. uses: actions/cache@v3.3.1 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@v2.2.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 212f340e4..7e581b5ba 100644 --- a/.github/workflows/scip-snapshot.yml +++ b/.github/workflows/scip-snapshot.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install asdf. - uses: asdf-vm/actions/setup@v2.1.0 + uses: asdf-vm/actions/setup@v2.2.0 - name: Cache asdf and asdf-managed tools. uses: actions/cache@v3.3.1 id: asdf-cache @@ -23,7 +23,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@v2.2.0 - name: Get npm cache directory id: npm-cache run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT