From 169a826e114492af0baf1b3f3eb25767f121cc43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:32:36 +0000 Subject: [PATCH] ci: bump actions/cache Bumps [actions/cache](https://github.com/actions/cache) from 40c3b67b2955d93d83b27ed164edd0756bc24049 to 8469c94c6a180dfb41a1bd7e1b46ac557ea124f1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/40c3b67b2955d93d83b27ed164edd0756bc24049...8469c94c6a180dfb41a1bd7e1b46ac557ea124f1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbbc391a..661a49e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: uses: ./.github/actions/prepare-env - name: Restore Turbo Cache - uses: actions/cache@40c3b67b2955d93d83b27ed164edd0756bc24049 # v4.0.2 + uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 # v4.0.2 with: path: | .cache