From a8a97f80632c1c88711b7729a2d3bb726cdf9cbf Mon Sep 17 00:00:00 2001 From: Hank Donnay Date: Fri, 9 Dec 2022 11:15:30 -0600 Subject: [PATCH] cicd: update cache action See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ 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 d2627d1871..896d467b6c 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@v2 + - uses: actions/cache@v3 with: path: | ~/.cache/go-build