mirror of https://github.com/actions/toolkit
packages/cache Upgrade from node12 to node20
Fixes software supply chains safety warnings like at the bottom right of https://github.com/actions/toolkit/actions/runs/8473809663pull/1698/head
parent
59e9d284e9
commit
59f6a1677a
|
@ -1,5 +1,6 @@
|
|||
name: 'Set env variables'
|
||||
description: 'Sets certain env variables so that e2e restore and save cache can be tested in a shell'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
using: 'node20'
|
||||
main: 'index.js'
|
||||
|
||||
|
|
Loading…
Reference in New Issue