From fa96ec9e556bd64b83fa86f3f25024e4b5614b7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:09:14 +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 44a62b02..2bd5483c 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