From b67edd4aa8928a55440dc8c500bdfe850b732771 Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:33:10 +0000 Subject: [PATCH] Update actions/cache action to v4.2.0 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96b137a..8be4fe4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: with: go-version: 1.23.2 - name: Cache Go modules - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f4594e..f77b5b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: go-version: 1.23.2 - name: Cache Go modules - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}