Bump @actions/core to 1.9.1 (#56)

Fixes CVE-2022-35954. Does not look like anything terriblity important
to me, but hey, audit is happy.
This commit is contained in:
Oleksii Lozovskyi
2022-08-28 10:38:29 +03:00
committed by GitHub
parent 357f053bad
commit fe44a129df
119 changed files with 6517 additions and 88 deletions
+4
View File
@@ -0,0 +1,4 @@
import v35 from './v35.js';
import md5 from './md5.js';
var v3 = v35('v3', 0x30, md5);
export default v3;