Skip to content

Commit

Permalink
Merge pull request #42 from nanasess/fix-actions-core
Browse files Browse the repository at this point in the history
Using `@actions/core` 1.5.0
  • Loading branch information
nanasess authored Mar 18, 2022
2 parents 56ddf2d + 21f2f71 commit cc57e40
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 76 deletions.
53 changes: 0 additions & 53 deletions node_modules/@actions/core/README.md

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

5 changes: 0 additions & 5 deletions node_modules/@actions/core/lib/core.d.ts

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

9 changes: 1 addition & 8 deletions node_modules/@actions/core/lib/core.js

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

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/core.js.map

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

1 change: 0 additions & 1 deletion node_modules/@actions/core/lib/utils.js

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

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/utils.js.map

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

5 changes: 1 addition & 4 deletions node_modules/@actions/core/package.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-chromedriver",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"description": "setup-chromedriver",
"main": "lib/setup-chromedriver.js",
Expand All @@ -22,7 +22,7 @@
"author": "nanasess",
"license": "GPL",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/core": "1.5.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.0",
"@actions/io": "^1.1.2",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# yarn lockfile v1


"@actions/core@^1.2.6", "@actions/core@^1.6.0":
"@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.2.6":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb"
integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==
Expand Down

0 comments on commit cc57e40

Please sign in to comment.