Skip to content

Commit

Permalink
fix(deps): update dependency @actions/core to v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 20, 2022
1 parent 035f770 commit cafa6c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/renovatebot/github-action#readme",
"dependencies": {
"@actions/core": "1.8.1",
"@actions/core": "1.8.2",
"@actions/exec": "1.1.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -2,12 +2,12 @@
# yarn lockfile v1


"@actions/core@1.8.1":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.8.1.tgz#3cdde366654b98764e63633a08dba6703131e274"
integrity sha512-LuFg2O/+rRrYxrdafnqH9mx6ADszKzQAhDuEhhMQIh47tsXzWkW4wXY5zvscqJ4KDywyJX0LA0pAESPLUjZXvw==
"@actions/core@1.8.2":
version "1.8.2"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.8.2.tgz#67539d669ae9b751430469e9ae4d83e0525973ac"
integrity sha512-FXcBL7nyik8K5ODeCKlxi+vts7torOkoDAKfeh61EAkAy1HAvwn9uVzZBY0f15YcQTcZZ2/iSGBFHEuioZWfDA==
dependencies:
"@actions/http-client" "^2.0.0"
"@actions/http-client" "^2.0.1"

"@actions/exec@1.1.1":
version "1.1.1"
Expand All @@ -16,7 +16,7 @@
dependencies:
"@actions/io" "^1.0.1"

"@actions/http-client@^2.0.0":
"@actions/http-client@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
Expand Down

0 comments on commit cafa6c5

Please sign in to comment.