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 }}