From 82115055da10e5a81c130574d58157b786b026ab Mon Sep 17 00:00:00 2001 From: "ske-renovate-operator[bot]" <289664651+ske-renovate-operator[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:34:30 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2897d4a..caa7e09 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v7 # cache go modules - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: # In order: # * Module download cache @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v7 # cache go modules - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: # In order: # * Module download cache