From 5c74a020dc223900a5a839e8bef8cafc111efbc8 Mon Sep 17 00:00:00 2001 From: Daniel Possenriede Date: Thu, 1 Feb 2024 22:13:10 +0100 Subject: [PATCH] Bump actions/cache/restore to v4 (#120) --- 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 }}