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

8
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@actions/artifact": "^2.1.9",
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
"@actions/cache": "^3.2.4",
"@actions/core": "^1.11.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.3",
@ -182,9 +182,9 @@
}
},
"node_modules/@actions/core": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.0.tgz",
"integrity": "sha512-I21jQUzEjbZolw3jFZ/0iHGCb+rePCww9MaA0SbVFae4FpBTQWP1GIvr/m5Y6GVaxrDz7p3RhBtpBzwkA3rPSA==",
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
"integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1"