File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 35
35
" deployment"
36
36
],
37
37
"dependencies" : {
38
- "@actions/core" : " 1.9.0 " ,
38
+ "@actions/core" : " 1.9.1 " ,
39
39
"@actions/exec" : " 1.1.1" ,
40
40
"@actions/github" : " 5.0.3" ,
41
41
"@actions/io" : " 1.1.2"
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
-
6
- version "1.9.0 "
7
- resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.0 .tgz#20c1baac5d4bd2508ba1fc3e5f3fc4b8a80d4082 "
8
- integrity sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA ==
5
+
6
+ version "1.9.1 "
7
+ resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1 .tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b "
8
+ integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA ==
9
9
dependencies :
10
10
" @actions/http-client" " ^2.0.1"
11
+ uuid "^8.3.2"
11
12
12
13
13
14
version "1.1.1"
@@ -4802,7 +4803,7 @@ use@^3.1.0:
4802
4803
version "3.1.1"
4803
4804
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
4804
4805
4805
- uuid@^8.3.0 :
4806
+ uuid@^8.3.0, uuid@^8.3.2 :
4806
4807
version "8.3.2"
4807
4808
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
4808
4809
You can’t perform that action at this time.
0 commit comments