mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-02-05 02:16:18 +00:00
Upgrade dependencies and address security warnings
- Bump `@actions/cache` to v5.0.5 - Bump `@actions/core` to v2.0.3
This commit is contained in:
parent
345d5c2f76
commit
dc73bb9f7b
3 changed files with 165 additions and 207 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cache",
|
||||
"version": "5.0.2",
|
||||
"version": "5.0.3",
|
||||
"private": true,
|
||||
"description": "Cache dependencies and build outputs",
|
||||
"main": "dist/restore/index.js",
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^5.0.3",
|
||||
"@actions/core": "^2.0.0",
|
||||
"@actions/cache": "^5.0.5",
|
||||
"@actions/core": "^2.0.3",
|
||||
"@actions/exec": "^2.0.0",
|
||||
"@actions/io": "^2.0.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue