diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 6e06d1420..9a31b911d 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -36,7 +36,7 @@ jobs: - name: Cache runners svn-2-git-fhem mirror directory # Some room for improvement because we create a new cache on every run where a new ref is fetched, this isn't very nice, normaly we need only the last one and it takes 7 days until they are deleted id: cache-fhem - uses: actions/cache@v4.2.2 + uses: actions/cache@v4.2.3 with: path: | ./src/fhem-mirror/.git diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 2764f9ea9..22ceff214 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -51,7 +51,7 @@ jobs: - name: Cache runners svn-2-git-fhem mirror directory # Some room for improvement because we create a new cache on every run where a new ref is fetched, this isn't very nice, normaly weneed only the last one and it takes 7 days until they are deleted id: cache-fhem - uses: actions/cache@v4.2.2 + uses: actions/cache@v4.2.3 with: path: ./src/fhem-mirror/.git key: ${{ runner.os }}-fhemsvndir-${{ steps.get-date.outputs.timestamp }}