Skip to content

Commit bfa1ca0

Browse files
authored
Merge pull request #48 from dscho/prepare-for-v1.0.0
Prepare for v1.0.0!
2 parents 77e9348 + 5efd84a commit bfa1ca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup Git for Windows' minimal SDK
16-
uses: git-for-windows/setup-git-for-windows-sdk@v0
16+
uses: git-for-windows/setup-git-for-windows-sdk@v1
1717
- name: Build
1818
shell: bash
1919
run: make

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-git-for-windows-sdk",
3-
"version": "0.0.9",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Set up an environment to develop Git for WindowsTypeScript template action",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)