Skip to content

Commit

Permalink
run cache action with node20
Browse files Browse the repository at this point in the history
  • Loading branch information
larhauga committed Feb 25, 2024
1 parent 6a8cd0a commit 42dde9f
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 @@ -56,7 +56,7 @@ outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
runs:
using: 'node16'
using: 'node20'
main: 'dist/restore/index.js'
post: 'dist/save/index.js'
post-if: success()
Expand Down

0 comments on commit 42dde9f

Please sign in to comment.