From 67e3c850cf8f79366c3dd886a5393e91c2c6eaa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:35:28 +0200 Subject: [PATCH] Bump actions/cache from 3.3.1 to 3.3.2 (#53) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [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.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cache.yml | 2 +- .github/workflows/mirror.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index ecd06cd736..624052c877 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@v3.3.1 + uses: actions/cache@v3.3.2 with: path: | ./src/fhem-mirror/.git diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 7df7792233..a06de83d17 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@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ./src/fhem-mirror/.git key: ${{ runner.os }}-fhemsvndir-${{ steps.get-date.outputs.timestamp }}