Explicitly import crypto (#1842)

* Explicitly import `crypto`

* Add release notes for 1.11.1

* Fix crypto mock in test

* Fix `crypto` mock

* Lint
This commit is contained in:
Josh Gross
2024-10-04 17:23:42 -04:00
committed by GitHub
parent 22a72ac3d7
commit d14afd7973
7 changed files with 22 additions and 15 deletions
+2 -2
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"
}
}