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 }}