From b3cd4a451092c0b09fdbe3b8183b9555d801ef9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:46:52 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14d0ce4..3f2836a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/go/pkg/mod # Module download cache