From 7f7888e49dc98008abde7e662fdac3ab8fd070af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:51:17 +0000 Subject: [PATCH] Update actions/cache action to v2.1.8 --- .github/workflows/release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index c573940..7dd71cb 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -15,7 +15,7 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools - uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4 + uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}