Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
digarok committed May 6, 2020
1 parent 1bdfbcd commit 1e9d6b3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# install-cadius-action
A Github Action for installing Cadius and allowing you to manipulate ProDOS disk images with it.
A Github Action for installing Cadius and allowing you to manipulate ProDOS disk images in your workflows.


# Example usage
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

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
Expand Up @@ -8,13 +8,13 @@
"pack": "ncc build dist/index.js"
},
"dependencies": {
"@actions/core": "^1.2",
"@actions/exec": "^1.0.1",
"@actions/core": "^1.2.4",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2"
"@actions/tool-cache": "^1.3.4"
},
"devDependencies": {
"@types/node": "^12.11.5",
"@types/node": "^12.12.38",
"@zeit/ncc": "^0.20.5",
"typescript": "^3.6.4"
}
Expand Down

0 comments on commit 1e9d6b3

Please sign in to comment.