Skip to content

Commit 3185ecf

Browse files
committed
Update "only-" actions to node20
1 parent 25618a0 commit 3185ecf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

restore/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ outputs:
3131
cache-matched-key:
3232
description: 'Key of the cache that was restored, it could either be the primary key on cache-hit or a partial/complete match of one of the restore keys'
3333
runs:
34-
using: 'node16'
34+
using: 'node20'
3535
main: '../dist/restore-only/index.js'
3636
branding:
3737
icon: 'archive'

save/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
default: 'false'
1717
required: false
1818
runs:
19-
using: 'node16'
19+
using: 'node20'
2020
main: '../dist/save-only/index.js'
2121
branding:
2222
icon: 'archive'

0 commit comments

Comments
 (0)