Skip to content

Commit

Permalink
Spilt args
Browse files Browse the repository at this point in the history
Closes #199
  • Loading branch information
harmless-tech committed Mar 27, 2024
1 parent ba914f0 commit 8110372
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 266 deletions.
60 changes: 37 additions & 23 deletions dist/index.js

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "install-cargo-prebuilt-action",
"description": "Install cargo prebuilt to a runner and some packages if you want.",
"version": "3.3.1",
"version": "3.4.0",
"author": "harmless-tech, cargo-prebuilt",
"private": true,
"homepage": "https://github.com/cargo-prebuilt/cargo-prebuilt-action",
Expand Down Expand Up @@ -73,8 +73,8 @@
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.2",
Expand All @@ -85,6 +85,6 @@
"prettier": "3.2.5",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit 8110372

Please sign in to comment.