From 6f3b13479a40b3285fbb2cfd633fc8815db98a1e Mon Sep 17 00:00:00 2001 From: Hank Donnay Date: Wed, 20 Mar 2024 08:52:57 -0500 Subject: [PATCH] cicd: update actions/cache version Haven't figured out a way to get dependabot to update these. Signed-off-by: Hank Donnay --- .github/actions/go-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/go-cache/action.yml b/.github/actions/go-cache/action.yml index 896d467b6c..847135f460 100644 --- a/.github/actions/go-cache/action.yml +++ b/.github/actions/go-cache/action.yml @@ -6,7 +6,7 @@ inputs: runs: using: 'composite' steps: - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build