Skip to content

Commit 2f1140a

Browse files
committed
updated version
1 parent 02da5f7 commit 2f1140a

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.yml](.github/workflows/se
1717

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

@@ -34,7 +34,7 @@ Check the "Use Google Provider" step in [setup-stackql.yml](.github/workflows/se
3434
3535
```yaml
3636
- name: setup StackQL
37-
uses: stackql/setup-stackql@v2.0.0
37+
uses: stackql/setup-stackql@v2.1.0
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.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)