From 241b38cf15c0daabfb2a346903bf9fc59b93d64e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:57:29 +0000 Subject: [PATCH] Bump actions/cache from 3.0.8 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.2.6. - [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.6) --- 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..f7146ff 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.6 continue-on-error: true timeout-minutes: 2 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 695029f..a9713c4 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.6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}