From c0914351b6dce47107e2667dc45cfbf55a7acea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:53:18 +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/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6785b60..05979e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -104,7 +104,7 @@ jobs: - name: Restore dependencies and Wikipedia cache(Ubuntu) if: matrix.os == 'ubuntu-latest' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.config/calibre/plugins/worddumb-libs-py* @@ -113,7 +113,7 @@ jobs: - name: Restore dependencies and Wikipedia cache(macOS) if: matrix.os == 'macos-latest' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/Library/Preferences/calibre/plugins/worddumb-libs-py* @@ -122,7 +122,7 @@ jobs: - name: Restore dependencies and Wikipedia cache(Windows) if: matrix.os == 'windows-latest' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/AppData/Roaming/calibre/plugins/worddumb-libs-py*