Update actions/core dependencies for releases/v2 (#713)

This commit is contained in:
Dmitry Shibanov 2023-03-27 13:36:04 +02:00 committed by GitHub
parent 1f8c6b94b2
commit 7c12f8017d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 4886 additions and 1633 deletions

View file

@ -24,13 +24,13 @@
"license": "MIT",
"dependencies": {
"@actions/cache": "^1.0.8",
"@actions/core": "^1.6.0",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^1.1.0",
"@actions/glob": "^0.2.0",
"@actions/http-client": "^1.0.11",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.5.4",
"@actions/tool-cache": "^1.7.2",
"semver": "^6.1.1"
},
"devDependencies": {