diff --git a/.github/workflows/scip-docker.yml b/.github/workflows/scip-docker.yml index dfb630431..a5b407705 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@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@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 fd94d42ef..9d9a21518 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@v4.0.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@v4.0.0 - name: Get npm cache directory id: npm-cache run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT