mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-31 17:51:12 +00:00
Updated @actions/cache (#460)
* Updated @actions/cache * Licensed cache * new build * Updated version
This commit is contained in:
parent
76d3665dc0
commit
56337c4255
13 changed files with 8621 additions and 5794 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "setup-node",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"private": true,
|
||||
"description": "setup node action",
|
||||
"main": "lib/setup-node.js",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^2.0.0",
|
||||
"@actions/cache": "^2.0.2",
|
||||
"@actions/core": "^1.6.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^1.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue