From 89c3fc1a132ea88d4a32e48794fcc31323c92789 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:38:07 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/prepare-svn/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare-svn/action.yml b/.github/workflows/prepare-svn/action.yml index 9768c5ed..80ff8408 100644 --- a/.github/workflows/prepare-svn/action.yml +++ b/.github/workflows/prepare-svn/action.yml @@ -19,7 +19,7 @@ runs: - name: Cache fhem id: cache-fhem - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./src/fhem/trunk key: ${{ runner.os }}-fhemsvn-${{ steps.svnRemote.outputs.LAST_SVN_REVISION }}