From 7d153feca41552562838baac4492aaaca7f9e49a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:10:38 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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..f337b0e 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@v5.0.5 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..171d455 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@v5.0.5 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@v5.0.5 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@v5.0.5 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@v5.0.5 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@v5.0.5 with: path: ./cache key: ${{ runner.os }}-benchmark