Skip to content

Commit 02da5f7

Browse files
committed
updated node
1 parent b16e378 commit 02da5f7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/setup-stackql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4.1.4
2626

2727
- name: Setup Stackql
2828
uses: ./

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ inputs:
88
required: false
99

1010
runs:
11-
using: 'node16'
11+
using: 'node20'
1212
main: 'dist/index.js'
13+
1314
branding:
1415
icon: 'terminal'
1516
color: 'green'

0 commit comments

Comments
 (0)