Skip to content

Commit

Permalink
Use matching versions of actions/cache actions (#123)
Browse files Browse the repository at this point in the history
Needed to finish migration to node20 + probably wiser overall to use matching versions of the caching actions.
  • Loading branch information
HadrienG2 authored Feb 14, 2024
1 parent a9d9258 commit 75ab37e
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 @@ -92,7 +92,7 @@ runs:

- id: save-cache
if: ${{ ! steps.load-cache.outputs.cache-hit }}
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ~/cache-apt-pkgs
key: ${{ steps.load-cache.outputs.cache-primary-key }}
Expand Down

0 comments on commit 75ab37e

Please sign in to comment.