Skip to content

Commit 6669479

Browse files
committed
updated action versions
1 parent d0dafc4 commit 6669479

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/npm-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4.1.3
10+
- uses: actions/checkout@v6
1111
- name: Setup Node.js environment
12-
uses: actions/setup-node@v4.1.0
12+
uses: actions/setup-node@v6
1313
with:
1414
node-version: 18
1515
- run: npm ci
16-
- run: npm test
17-
16+
- run: npm test

.github/workflows/stackql-exec-test.yml

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

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4.1.3
18+
uses: actions/checkout@v6
1919

2020
#
2121
# run a query that does not return data (using the `is_command` input)

0 commit comments

Comments
 (0)