From db49af889dec27cbe9c1228d68897f2b2f35a635 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:59:27 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0597e4a..f088a0c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,7 +49,7 @@ jobs: with: go-version: ${{ matrix.go }} - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cache/go-build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36ad8f4..afae144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: go-version: ${{ matrix.go }} - name: Cache Go Modules and Build - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cache/go-build