Skip to content

Commit

Permalink
Bump @actions/github from 5.0.1 to 5.0.2 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 13, 2022
1 parent c3102f8 commit 9dd4ab8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
10 changes: 5 additions & 5 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@actions/cache": "^2.0.2",
"@actions/core": "^1.2.5",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.1",
"@actions/github": "^5.0.2",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^1.7.2"
},
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
dependencies:
"@actions/io" "^1.0.1"

"@actions/github@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.1.tgz#5fdbe371d9a592038668be95d12421361585fba1"
integrity sha512-JZGyPM9ektb8NVTTI/2gfJ9DL7Rk98tQ7OVyTlgTuaQroariRBsOnzjy0I2EarX4xUZpK88YyO503fhmjFdyAg==
"@actions/github@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.2.tgz#ae2ff4c42bab7bbc620f23c6e549c12f5919f531"
integrity sha512-+5a9gntqJhqn3bind2TT2xMp+7H6drlr5JPygyJvr6K8lSOs7qRF02doABmMbJKz+dy04wJVG5bBLCodPoTfaQ==
dependencies:
"@actions/http-client" "^1.0.11"
"@actions/http-client" "^2.0.0"
"@octokit/core" "^3.6.0"
"@octokit/plugin-paginate-rest" "^2.17.0"
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
Expand All @@ -56,6 +56,11 @@
dependencies:
tunnel "0.0.6"

"@actions/http-client@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.0.tgz#518c4af1e7045769d3e2ad8c2ce7f8b05224a9b3"
integrity sha512-fm1+OPPey5ypgStT9K8zbBhICj4J4UV/TJIHDhuWlkb8KyJaAtjcZK184dTqul0dV0nPKX97FNtDXX20BTLXSA==

"@actions/io@^1.0.1", "@actions/io@^1.1.1", "@actions/io@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.2.tgz#766ac09674a289ce0f1550ffe0a6eac9261a8ea9"
Expand Down

0 comments on commit 9dd4ab8

Please sign in to comment.