From da2be5faf3d2cfcaf81620d8ba56644cd0c06833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:01:14 +0000 Subject: [PATCH] Bump actions/cache from 3.0.8 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.2.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.0.8...v3.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index acdc407..99a6642 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-go@v3.3.0 with: go-version: ${{ env.GO_VERSION }} - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.2.4 continue-on-error: true timeout-minutes: 2 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 695029f..84edf05 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3.0.2 - name: Cache go modules - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}