Skip to content

Commit 2ccca03

Browse files
committed
updated output and tests
1 parent e461ed8 commit 2ccca03

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Check the "Use GitHub Provider" step in [setup-stackql-test.yml](.github/workflo
1717

1818
```yaml
1919
- name: setup StackQL
20-
uses: stackql/setup-stackql@v2.2.0
20+
uses: stackql/setup-stackql@v2
2121
with:
2222
use_wrapper: true
2323

@@ -34,7 +34,7 @@ Check the "Use Google Provider" step in [setup-stackql-test.yml](.github/workflo
3434
3535
```yaml
3636
- name: setup StackQL
37-
uses: stackql/setup-stackql@v2.2.0
37+
uses: stackql/setup-stackql@v2
3838
with:
3939
use_wrapper: true
4040

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-stackql",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)