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'
|
name: 'Set env variables'
|
||||||
description: 'Sets certain env variables so that e2e restore and save cache can be tested in a shell'
|
description: 'Sets certain env variables so that e2e restore and save cache can be tested in a shell'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node20'
|
||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue