Skip to content

Commit

Permalink
Update deps and bump version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlawson committed Jan 13, 2021
1 parent 586b1c2 commit 0a4250e
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.5
uses: jwlawson/actions-setup-cmake@v1.6
with:
cmake-version: '3.16.x'
- name: Use cmake
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions package-lock.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": "actions-setup-cmake",
"version": "1.5.0",
"version": "1.6.0",
"description": "GitHub action to setup cmake",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"nock": "^13.0.2",
"prettier": "^2.0.5",
"ts-jest": "^26.1.3",
"typescript": "^3.9.7"
"typescript": "^4.1.3"
},
"jest": {
"testEnvironment": "node",
Expand Down

0 comments on commit 0a4250e

Please sign in to comment.