From e7f56dd8fbd302bda52134268ba3ca371ddd1318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 06:04:48 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 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.11...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/testing.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2c397a4..d22d9a3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -24,7 +24,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -49,7 +49,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -73,7 +73,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -101,7 +101,7 @@ jobs: go-version: ${{ matrix.go }} # Caching go modules to speed up the run - - uses: actions/cache@v3.0.11 + - uses: actions/cache@v3.2.4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}