From f66c7315b73337517dab1cbc6a4521da837fe3aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:06:13 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v2.1.8 --- .github/workflows/release.yaml | 2 +- .github/workflows/workflow.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1a31378..19bf605 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: with: go-version: ${{ env.GOLANG_VERSION }} - name: Setup build cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.8 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4909f8a..b93627c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -21,7 +21,7 @@ jobs: with: go-version: ${{ env.GOLANG_VERSION }} - name: Setup build cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.8 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -40,7 +40,7 @@ jobs: with: go-version: ${{ env.GOLANG_VERSION }} - name: Setup build cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.8 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -62,7 +62,7 @@ jobs: with: go-version: ${{ env.GOLANG_VERSION }} - name: Setup build cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.8 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -82,7 +82,7 @@ jobs: with: go-version: ${{ env.GOLANG_VERSION }} - name: Setup build cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.8 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -90,7 +90,7 @@ jobs: - name: Run benchmark run: go test ./... -bench 'Benchmark' | tee output.txt - name: Download previous benchmark data - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.8 with: path: ./cache key: ${{ runner.os }}-benchmark