Skip to content

Commit

Permalink
Fix version to actual version number (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlawson committed Jan 14, 2022
1 parent e95fd2a commit 884cf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.10
uses: jwlawson/actions-setup-cmake@v1.12
with:
cmake-version: '3.16.x'
- name: Use cmake
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "actions-setup-cmake",
"version": "1.10.0",
"version": "1.12.0",
"description": "GitHub action to setup cmake",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 884cf5c

Please sign in to comment.