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

6
node_modules/.package-lock.json generated vendored
View file

@ -117,9 +117,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"