From 2e1e8aae9c0996ea20622f90bfb96250551717d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 18:00:55 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.0.5 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.2.1. - [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.5...v3.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 4 ++-- .github/workflows/woke.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0c9d5245..2a421c33 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.2.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -63,7 +63,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.2.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/woke.yml b/.github/workflows/woke.yml index 7426fdbe..2ee466a3 100644 --- a/.github/workflows/woke.yml +++ b/.github/workflows/woke.yml @@ -13,7 +13,7 @@ jobs: with: go-version: 1.18 - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.2.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}