mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Bump actions/cache from 3.2.6 to 3.3.1 (#45)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.6...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7cd198e81c
commit
1f7c785d3b
2
.github/workflows/cache.yml
vendored
2
.github/workflows/cache.yml
vendored
@ -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@v3.2.6
|
uses: actions/cache@v3.3.1
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./src/fhem-mirror/.git
|
./src/fhem-mirror/.git
|
||||||
|
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -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@v3.2.6
|
uses: actions/cache@v3.3.1
|
||||||
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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user