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