From cda771820dacfe61a44891f26fc5f7445ad08f76 Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Fri, 15 Jul 2022 12:55:37 -0700 Subject: [PATCH] Update to v3 cache action. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e717de5..3ef2f6a 100644 --- a/action.yml +++ b/action.yml @@ -42,7 +42,7 @@ runs: shell: bash - id: load-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/cache-apt-pkgs key: cache-apt-pkgs_${{ env.CACHE_KEY }}