From 7d2c9fa3a86aa50bf9775ad45f8a5d260da60040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 08:26:12 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- setup-go/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-go/action.yml b/setup-go/action.yml index b982b4c..47024fa 100644 --- a/setup-go/action.yml +++ b/setup-go/action.yml @@ -32,7 +32,7 @@ runs: - uses: peaceiris/workflows/setup-mage@v0.21.2 - uses: peaceiris/workflows/setup-goreleaser@v0.21.2 - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: "${{ inputs.cache-path }}" key: "${{ inputs.cache-key }}"