From e5ab96be47fc1d9f03428e5dd67928f3c010b968 Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Fri, 15 Jul 2022 12:56:06 -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 c20f70a..9cd2164 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,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 }}