From 153271c479e92c5b5ce01899a216e21106556abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 21:02:31 +0000 Subject: [PATCH] chore(deps): Bump actions/cache from 3.0.3 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.3.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.3...v3.3.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 | 8 ++++---- .github/workflows/releaser.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b6022fd2..3d1925ff 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -79,7 +79,7 @@ jobs: check-latest: true - name: Cache Go modules - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -137,7 +137,7 @@ jobs: go-version: 1.17 # test only the latest go version to speed up CI - name: Cache Go modules - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -175,7 +175,7 @@ jobs: go-version: 1.17 # test only the latest go version to speed up CI - name: Cache Go modules - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -213,7 +213,7 @@ jobs: go-version: 1.17 # test only the latest go version to speed up CI - name: Cache Go modules - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 21710f1e..7e97cce3 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -37,7 +37,7 @@ jobs: check-latest: true - name: Cache Go modules - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.3.1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}