From 7439e86ed77b58701d31cf6df309703f28e8a571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:15:53 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/main.yaml | 2 +- .github/workflows/pull_request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e56d0438..a3b0a9de 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.19 - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache Go Modules id: cache with: diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 02c71e3c..f9927c23 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.19 - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache Go Modules id: cache with: