We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16e378 commit 02da5f7Copy full SHA for 02da5f7
2 files changed
.github/workflows/setup-stackql.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4.1.4
26
27
- name: Setup Stackql
28
uses: ./
action.yml
@@ -8,8 +8,9 @@ inputs:
8
required: false
9
10
runs:
11
- using: 'node16'
+ using: 'node20'
12
main: 'dist/index.js'
13
+
14
branding:
15
icon: 'terminal'
16
color: 'green'
0 commit comments