From b27bc45cf2550e00823e799a313f8226443aa58e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:35:18 +0000 Subject: [PATCH] [dependencies] Update actions/cache action to v4 --- .github/workflows/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 09eac9d5..9409d842 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -46,7 +46,7 @@ jobs: with: go-version: ~1.18 - name: Cache go module - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/go/pkg/mod @@ -66,7 +66,7 @@ jobs: with: go-version: ^1.20 - name: Cache go module - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/go/pkg/mod