Skip to content

Commit

Permalink
build(deps): update dependency @actions/core to v1.4.0 (#10430)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 14, 2021
1 parent bea7fb7 commit bd3977c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -196,7 +196,7 @@
"re2": "1.16.0"
},
"devDependencies": {
"@actions/core": "1.3.0",
"@actions/core": "1.4.0",
"@jest/globals": "27.0.3",
"@jest/reporters": "27.0.4",
"@jest/test-result": "27.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"type": "module",
"dependencies": {
"@actions/core": "1.3.0",
"@actions/core": "1.4.0",
"@jest/reporters": "27.0.4",
"@jest/test-result": "27.0.2",
"commander": "7.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@actions/core@1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.3.0.tgz#f5e4b24c889e7f2e58b466cc8c7481292284eba0"
integrity sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg==
"@actions/core@1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.4.0.tgz#cf2e6ee317e314b03886adfeb20e448d50d6e524"
integrity sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg==

"@arcanis/slice-ansi@^1.0.2":
version "1.0.2"
Expand Down

0 comments on commit bd3977c

Please sign in to comment.