From f6d6cb45f39328ae346006174b113b209b146de2 Mon Sep 17 00:00:00 2001 From: Joe Lanford Date: Sat, 4 Mar 2023 20:52:57 -0500 Subject: [PATCH] bump actions/cache from v2 to v3 (#23) Signed-off-by: Joe Lanford --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 90a9029..6b17408 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ inputs: runs: using: 'composite' steps: - - uses: actions/cache@v2 + - uses: actions/cache@v3 if: ${{ inputs.skip-cache != 'true' }} with: path: |