From 165b5d60b0dd971f7db2547fc3ecc958751e808a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:02:59 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-tests-8.0.yml | 4 ++-- .github/workflows/docker-tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-tests-8.0.yml b/.github/workflows/docker-tests-8.0.yml index bcc89f63..9d4b0eb7 100644 --- a/.github/workflows/docker-tests-8.0.yml +++ b/.github/workflows/docker-tests-8.0.yml @@ -20,7 +20,7 @@ jobs: - name: Docker images caching id: cache-images - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/mysync-base-img8.0.tgz key: mysync-base-img8.0-${{ hashFiles('tests/images/base/*') }} @@ -80,7 +80,7 @@ jobs: - name: Load docker images id: cache-images - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/mysync-base-img8.0.tgz key: mysync-base-img8.0-${{ hashFiles('tests/images/base/*') }} diff --git a/.github/workflows/docker-tests.yml b/.github/workflows/docker-tests.yml index 752141f5..54982592 100644 --- a/.github/workflows/docker-tests.yml +++ b/.github/workflows/docker-tests.yml @@ -20,7 +20,7 @@ jobs: - name: Docker images caching id: cache-images - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/mysync-base-img.tgz key: mysync-base-img-${{ hashFiles('tests/images/base/*') }} @@ -79,7 +79,7 @@ jobs: - name: Load docker images id: cache-images - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/mysync-base-img.tgz key: mysync-base-img-${{ hashFiles('tests/images/base/*') }}