From a257a74d73534633d266687b446bcb5d5dc7d9c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:27:56 -0700 Subject: [PATCH] chore(deps): bump actions/cache from 3.2.4 to 3.2.5 (#3962) 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/627f0f41f6904a5b1efbaed9f96d9eb58e92e920...6998d139ddd3e68c71e9e398d8e40b71a2f39812) --- 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/benchmark.yaml | 2 +- .github/workflows/test.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 7d6af0659..8bba04505 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -35,7 +35,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 with: path: | ~/go/pkg diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1c679efbb..6ddcedc2c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,14 +32,14 @@ jobs: fetch-depth: 0 - name: cache go binaries - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 with: path: | ~/go/pkg/mod @@ -78,14 +78,14 @@ jobs: run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: cache go binaries - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 id: cache-go-bin with: path: ~/go/bin key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }} restore-keys: ${{ runner.os }}-go-bin - - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 with: path: | ~/go/pkg/mod @@ -132,7 +132,7 @@ jobs: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: fetch-depth: 0 - - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 with: path: | ~/go/pkg @@ -176,7 +176,7 @@ jobs: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: fetch-depth: 0 - - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 with: path: | ~/go/pkg/mod