2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

Merge pull request #73 from fhem/dependabot/github_actions/actions/cache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0
This commit is contained in:
sidey79 2024-12-06 19:16:47 +01:00 committed by GitHub
commit 1509e041c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Cache runners svn-2-git-fhem mirror directory - 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 # 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 id: cache-fhem
uses: actions/cache@v4.1.2 uses: actions/cache@v4.2.0
with: with:
path: | path: |
./src/fhem-mirror/.git ./src/fhem-mirror/.git

View File

@ -51,7 +51,7 @@ jobs:
- name: Cache runners svn-2-git-fhem mirror directory - 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 # 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 id: cache-fhem
uses: actions/cache@v4.1.2 uses: actions/cache@v4.2.0
with: with:
path: ./src/fhem-mirror/.git path: ./src/fhem-mirror/.git
key: ${{ runner.os }}-fhemsvndir-${{ steps.get-date.outputs.timestamp }} key: ${{ runner.os }}-fhemsvndir-${{ steps.get-date.outputs.timestamp }}