Update to @actions/core 1.11.1

This commit is contained in:
Andrew Eisenberg 2024-10-04 15:21:50 -07:00
parent f0c7f1d0c0
commit 8a56dd2e53
No known key found for this signature in database
6 changed files with 12 additions and 11 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.11.0",
"version": "1.11.1",
"description": "Actions core lib",
"keywords": [
"github",
@ -40,6 +40,6 @@
"@actions/http-client": "^2.0.1"
},
"devDependencies": {
"@types/node": "^12.0.2"
"@types/node": "^16.18.112"
}
}