From a8dade459fa2d3f69f51a6a21d923ba156921a03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 06:36:14 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache/action.yml b/.github/workflows/cache/action.yml index 6f9ac478..522c60ac 100644 --- a/.github/workflows/cache/action.yml +++ b/.github/workflows/cache/action.yml @@ -7,7 +7,7 @@ runs: # over time). - name: Add cache for cargo id: cache - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | # Taken from .