Skip to content

Commit

Permalink
Bump version to 1.7 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlawson committed Jan 24, 2021
1 parent 419c4df commit 821902f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.6
uses: jwlawson/actions-setup-cmake@v1.7
with:
cmake-version: '3.16.x'
- name: Use cmake
Expand Down
56 changes: 28 additions & 28 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
@@ -1,6 +1,6 @@
{
"name": "actions-setup-cmake",
"version": "1.6.0",
"version": "1.7.0",
"description": "GitHub action to setup cmake",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@zeit/ncc": "^0.22.3",
"husky": "^3.1.0",
"jest": "^26.1.0",
"nock": "^13.0.2",
"nock": "^13.0.6",
"prettier": "^2.0.5",
"ts-jest": "^26.1.3",
"typescript": "^4.1.3"
Expand Down

0 comments on commit 821902f

Please sign in to comment.