From e8aef068a3397bb295ca1045cf7276a90761fd2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:37:26 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19a14f1..4324489 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Go modules - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: ~/go/pkg/mod key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }} @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Go modules - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: ~/go/pkg/mod key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }}