Skip to content

Commit a946f06

Browse files
authored
Merge pull request #229 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.1.0
Bump @docker/actions-toolkit from 0.1.0-beta.19 to 0.1.0
2 parents b167a89 + ce223e7 commit a946f06

File tree

6 files changed

+1080
-1265
lines changed

6 files changed

+1080
-1265
lines changed

dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sourcemap-register.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@
2929
"dependencies": {
3030
"@actions/core": "^1.10.0",
3131
"@actions/exec": "^1.1.1",
32-
"@docker/actions-toolkit": "^0.1.0-beta.19",
32+
"@docker/actions-toolkit": "^0.1.0",
3333
"js-yaml": "^4.1.0",
3434
"uuid": "^9.0.0"
3535
},
3636
"devDependencies": {
37-
"@types/node": "^16.11.26",
38-
"@typescript-eslint/eslint-plugin": "^5.14.0",
39-
"@typescript-eslint/parser": "^5.14.0",
40-
"@vercel/ncc": "^0.33.3",
41-
"eslint": "^8.11.0",
42-
"eslint-config-prettier": "^8.5.0",
43-
"eslint-plugin-jest": "^26.1.1",
44-
"eslint-plugin-prettier": "^4.0.0",
45-
"jest": "^27.2.5",
46-
"prettier": "^2.3.1",
47-
"ts-jest": "^27.1.2",
48-
"ts-node": "^10.7.0",
49-
"typescript": "^4.4.4"
37+
"@types/node": "^16.18.21",
38+
"@typescript-eslint/eslint-plugin": "^5.56.0",
39+
"@typescript-eslint/parser": "^5.56.0",
40+
"@vercel/ncc": "^0.36.1",
41+
"eslint": "^8.36.0",
42+
"eslint-config-prettier": "^8.8.0",
43+
"eslint-plugin-jest": "^27.2.1",
44+
"eslint-plugin-prettier": "^4.2.1",
45+
"jest": "^29.5.0",
46+
"prettier": "^2.8.7",
47+
"ts-jest": "^29.0.5",
48+
"ts-node": "^10.9.1",
49+
"typescript": "^4.9.5"
5050
}
5151
}

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ actionsToolkit.run(
3333
});
3434

3535
let toolPath;
36-
if (Util.isValidUrl(inputs.version)) {
36+
if (Util.isValidRef(inputs.version)) {
3737
if (standalone) {
3838
throw new Error(`Cannot build from source without the Docker CLI`);
3939
}

0 commit comments

Comments
 (0)