From f9a70f5070a03e02a215f75722870699c1563896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Oct 2022 05:19:45 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [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/v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/automated-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 604b0463c5e..7b41d50062f 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -110,7 +110,7 @@ jobs: - name: Cache wkhtmltopdf package if: ${{ matrix.tests.ebook }} - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: wkhtmltopdf key: wkhtmltopdf-${{ hashFiles('script/gh-actions/ebook_converters.sh') }} @@ -121,11 +121,11 @@ jobs: - name: Cache VCR cassettes if: ${{ matrix.tests.vcr }} - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: features/cassette_library - # Unfortunately, the actions/cache@v2 version doesn't allow the cache + # Unfortunately, the actions/cache@v3.0.11 version doesn't allow the cache # key to be overwritten if there's an exact match. So instead we add # a unique identifier to the key to always force a "cache miss", and # restore from related keys to make sure that we still get to load a