From f11200455caeb85b44adc170374050b42b8ddaa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:22:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.4.3 --- .github/workflows/scip-docker.yml | 2 +- .github/workflows/scip-snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scip-docker.yml b/.github/workflows/scip-docker.yml index dfb630431..3f05c1557 100644 --- a/.github/workflows/scip-docker.yml +++ b/.github/workflows/scip-docker.yml @@ -17,7 +17,7 @@ jobs: - name: Install asdf. uses: asdf-vm/actions/setup@v2.1.0 - name: Cache asdf and asdf-managed tools. - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.4.3 id: asdf-cache with: path: ${{ env.ASDF_DIR }} diff --git a/.github/workflows/scip-snapshot.yml b/.github/workflows/scip-snapshot.yml index fd94d42ef..59b45195c 100644 --- a/.github/workflows/scip-snapshot.yml +++ b/.github/workflows/scip-snapshot.yml @@ -16,7 +16,7 @@ jobs: - name: Install asdf. uses: asdf-vm/actions/setup@v2.1.0 - name: Cache asdf and asdf-managed tools. - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.4.3 id: asdf-cache with: path: ${{ env.ASDF_DIR }}