Skip to content

Commit

Permalink
Bump actions/cache to v4
Browse files Browse the repository at this point in the history
Node 16 is deprecated. v4 uses Node 20
  • Loading branch information
fflaten authored Apr 2, 2024
1 parent 4f287b2 commit 0dbe4d4
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:
- name: Run module cacher action
id: cacher
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
key: ${{ steps.psoutput.outputs.keygen }}
path: |
Expand Down

0 comments on commit 0dbe4d4

Please sign in to comment.