From d8651807afddfd01e2c8aff203ae5cb761ea511d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 20:56:18 +0100 Subject: [PATCH] Bump actions/cache from 3.2.5 to 3.2.6 (#140) Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 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.2.5...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 e0961a6..3fde03d 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.2.5 + - uses: actions/cache@v3.2.6 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.2.5 + - uses: actions/cache@v3.2.6 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.2.5 + - uses: actions/cache@v3.2.6 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.2.5 + - uses: actions/cache@v3.2.6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}