From 9efd57c3c28a95f0f1190f7f7a49441467850979 Mon Sep 17 00:00:00 2001 From: Daniel Possenriede Date: Thu, 25 Jan 2024 18:05:25 +0100 Subject: [PATCH] Bump actions/cache/restore to v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3e0dd2f..fee69e1 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ runs: PACKAGES: "${{ inputs.packages }}" - id: load-cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ~/cache-apt-pkgs key: cache-apt-pkgs_${{ env.CACHE_KEY }}