From a23c201787a6e6a89bce90e1453f2d16286f1b4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:06:51 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/fuzz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 123da9d9..8e786d0b 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build @@ -60,7 +60,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build