From 43aecdb990d57900341cb27109d1c4648c89dd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 00:03:18 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.3.0 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 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/940f3d7cf195ba83374c77632d1e2cbb2f24ae68...88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/go-lint.yaml | 2 +- .github/workflows/go-unit-tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 2c023b7..3498533 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -32,7 +32,7 @@ jobs: run: go test -benchmem -run="^$" -bench "^Benchmark" . quamina.net/go/quamina | tee output.txt - name: Download previous benchmark data - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: ./cache key: ${{ runner.os }}-benchmark diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index de11a9c..3467798 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -30,7 +30,7 @@ jobs: id: go - name: Restore Go cache - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: | ~/.cache/go-build diff --git a/.github/workflows/go-unit-tests.yaml b/.github/workflows/go-unit-tests.yaml index a2297ef..3579c96 100644 --- a/.github/workflows/go-unit-tests.yaml +++ b/.github/workflows/go-unit-tests.yaml @@ -40,7 +40,7 @@ jobs: id: go - name: Restore Go cache - uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: | ~/.cache/go-build