From 63b620b2a7057b653086a74620d95c683e4ad40a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:53:25 +0900 Subject: [PATCH] chore(deps): update actions/cache action to v4.1.2 (#94) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit actions/cache v4.1.1 → v4.1.2 --- .github/actions/setup-deno-with-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-deno-with-cache/action.yml b/.github/actions/setup-deno-with-cache/action.yml index ab0bf7a..ce26794 100644 --- a/.github/actions/setup-deno-with-cache/action.yml +++ b/.github/actions/setup-deno-with-cache/action.yml @@ -9,7 +9,7 @@ runs: uses: denoland/setup-deno@4606d5cc6fb3f673efd4f594850e3f4b3e9d29cd # v2.0.0 - name: 🫙 Cache Deno Dependencies - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: | ~/.deno