Skip to content

Commit

Permalink
Merge pull request #135 from docker/dependabot/npm_and_yarn/actions/c…
Browse files Browse the repository at this point in the history
…ore-1.6.0

Bump @actions/core from 1.5.0 to 1.6.0
  • Loading branch information
crazy-max committed Oct 4, 2021
2 parents 09dffb9 + 4f95a04 commit 7e983ea
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 6 deletions.
160 changes: 159 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@renovate/pep440": "^1.0.0",
"csv-parse": "^4.16.3",
Expand Down
10 changes: 6 additions & 4 deletions yarn.lock
Expand Up @@ -2,10 +2,12 @@
# yarn lockfile v1


"@actions/core@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.5.0.tgz#885b864700001a1b9a6fba247833a036e75ad9d3"
integrity sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ==
"@actions/core@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb"
integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==
dependencies:
"@actions/http-client" "^1.0.11"

"@actions/github@^5.0.0":
version "5.0.0"
Expand Down

0 comments on commit 7e983ea

Please sign in to comment.