File tree Expand file tree Collapse file tree 4 files changed +138
-61
lines changed Expand file tree Collapse file tree 4 files changed +138
-61
lines changed Original file line number Diff line number Diff line change 30
30
"@actions/core" : " ^1.3.0" ,
31
31
"@actions/exec" : " ^1.0.4" ,
32
32
"@actions/http-client" : " ^1.0.11" ,
33
- "@actions/tool-cache" : " ^1.6.1 " ,
33
+ "@actions/tool-cache" : " ^1.7.0 " ,
34
34
"semver" : " ^7.3.5" ,
35
35
"uuid" : " ^8.3.2"
36
36
},
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ async function run(): Promise<void> {
25
25
}
26
26
27
27
const buildxVersion = await buildx . getVersion ( ) ;
28
- core . info ( `Using buildx ${ buildxVersion } ` ) ;
29
-
30
28
const builderName : string = inputs . driver == 'docker' ? 'default' : `builder-${ require ( 'uuid' ) . v4 ( ) } ` ;
31
29
context . setOutput ( 'name' , builderName ) ;
32
30
stateHelper . setBuilderName ( builderName ) ;
Original file line number Diff line number Diff line change 26
26
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.0.2.tgz#2f614b6e69ce14d191180451eb38e6576a6e6b27"
27
27
integrity sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg==
28
28
29
- " @actions/tool-cache@^1.6.1 " :
30
- version "1.6.1 "
31
- resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-1.6.1 .tgz#5e199f7bfd9863eb2b0d467cd70751ef8042ec40 "
32
- integrity sha512-F+vwEDwfqcHMKuSkj79pihOnsAMv23EkG76nMpc82UsnXwyQdyEsktGxrB0SNtm7pRqTXEIOoAPTgrSQclXYTg ==
29
+ " @actions/tool-cache@^1.7.0 " :
30
+ version "1.7.0 "
31
+ resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-1.7.0 .tgz#bd9d5996d8cd3c50b61b8d6d1c3fb134e962cc21 "
32
+ integrity sha512-ybO7s67MueJVwWGP4kLynzjW/4Rsiy5/RD9+XJsi/8JHbmYjXdBiluuJdwanQOsmQvZJRe8OkNzaLEnLuMu+qA ==
33
33
dependencies :
34
34
" @actions/core" " ^1.2.6"
35
35
" @actions/exec" " ^1.0.0"
@@ -3606,12 +3606,7 @@ uuid@^3.3.2:
3606
3606
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
3607
3607
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
3608
3608
3609
- uuid@^8.2.0 :
3610
- version "8.3.0"
3611
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"
3612
- integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==
3613
-
3614
- uuid@^8.3.2 :
3609
+ uuid@^8.2.0, uuid@^8.3.2 :
3615
3610
version "8.3.2"
3616
3611
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
3617
3612
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
You can’t perform that action at this time.
0 commit comments