From cda31f6e987282f0b2b2894e5dd6810a65e93615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 07:04:37 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 3.0.5 to 3.0.8 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.8. - [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.0.5...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 36f86f2..a4d897c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 - name: Cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.8 timeout-minutes: 1 continue-on-error: true if: matrix.os != 'macos-latest' # Cache causes errors on macOS @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v3 - name: Cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.8 timeout-minutes: 1 continue-on-error: true if: matrix.os != 'macos-latest' # Cache causes errors on macOS