From d24e4b1e4fdc786d011b50549ad515c0a15cafb7 Mon Sep 17 00:00:00 2001 From: "lunar-renovatebot[bot]" <280941393+lunar-renovatebot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:07:35 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03cbeac..b63a871 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: go-version: "1.26.4" - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}