From 30ccc952670448875088db6814ccf51c7f9604d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:25:54 +0000 Subject: [PATCH] chore(actions): update actions/cache action to v4 (#120) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge-master.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-master.yaml b/.github/workflows/merge-master.yaml index 9ddf16a..1ff5e70 100644 --- a/.github/workflows/merge-master.yaml +++ b/.github/workflows/merge-master.yaml @@ -60,7 +60,7 @@ jobs: go-version-file: 'go.mod' - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 54f802a..2aed9d2 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -38,7 +38,7 @@ jobs: go-version-file: 'go.mod' - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build