Skip to content

Commit

Permalink
Bump actions/cache/restore to v4 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpprdan authored Feb 1, 2024
1 parent 6460a33 commit 5c74a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5c74a02

Please sign in to comment.