From 0130fbf46f734d8039f362ed5f1d252f7e99c777 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:40:09 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/gorelease.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gorelease.yml b/.github/workflows/gorelease.yml index b654dc22..2d8060f2 100644 --- a/.github/workflows/gorelease.yml +++ b/.github/workflows/gorelease.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Gorelease cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/go/bin/gorelease diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31603016..9b860395 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Go cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/go/pkg/mod