We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e461ed8 commit 2ccca03Copy full SHA for 2ccca03
2 files changed
README.md
@@ -17,7 +17,7 @@ Check the "Use GitHub Provider" step in [setup-stackql-test.yml](.github/workflo
17
18
```yaml
19
- name: setup StackQL
20
- uses: stackql/setup-stackql@v2.2.0
+ uses: stackql/setup-stackql@v2
21
with:
22
use_wrapper: true
23
@@ -34,7 +34,7 @@ Check the "Use Google Provider" step in [setup-stackql-test.yml](.github/workflo
34
35
36
37
38
39
40
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "setup-stackql",
3
- "version": "2.3.0",
+ "version": "2.3.1",
4
"description": "",
5
"type": "module",
6
"main": "index.js",
0 commit comments