Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1f1f71

Browse files
authored
Merge pull request #82 from docker/dependabot/npm_and_yarn/actions/tool-cache-1.7.0
Bump @actions/tool-cache from 1.6.1 to 1.7.0
2 parents 894f000 + 68810d1 commit b1f1f71

File tree

4 files changed

+138
-61
lines changed

4 files changed

+138
-61
lines changed

dist/index.js

Lines changed: 132 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@actions/core": "^1.3.0",
3131
"@actions/exec": "^1.0.4",
3232
"@actions/http-client": "^1.0.11",
33-
"@actions/tool-cache": "^1.6.1",
33+
"@actions/tool-cache": "^1.7.0",
3434
"semver": "^7.3.5",
3535
"uuid": "^8.3.2"
3636
},

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ async function run(): Promise<void> {
2525
}
2626

2727
const buildxVersion = await buildx.getVersion();
28-
core.info(`Using buildx ${buildxVersion}`);
29-
3028
const builderName: string = inputs.driver == 'docker' ? 'default' : `builder-${require('uuid').v4()}`;
3129
context.setOutput('name', builderName);
3230
stateHelper.setBuilderName(builderName);

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.0.2.tgz#2f614b6e69ce14d191180451eb38e6576a6e6b27"
2727
integrity sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg==
2828

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==
3333
dependencies:
3434
"@actions/core" "^1.2.6"
3535
"@actions/exec" "^1.0.0"
@@ -3606,12 +3606,7 @@ uuid@^3.3.2:
36063606
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
36073607
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
36083608

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:
36153610
version "8.3.2"
36163611
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
36173612
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

0 commit comments

Comments
 (0)