From 7e847d2ee145c2ba96177c59d066e322fcdd852d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 08:29:32 +0100 Subject: [PATCH] Bump actions/cache from 3.2.4 to 3.2.5 (#136) Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5. - [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.4...v3.2.5) --- 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 c9f7f98..10406f3 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.4 + - uses: actions/cache@v3.2.5 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.4 + - uses: actions/cache@v3.2.5 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.4 + - uses: actions/cache@v3.2.5 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.4 + - uses: actions/cache@v3.2.5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}