Skip to content

Commit 6dfcf6f

Browse files
committed
updated packages
1 parent e3c02b2 commit 6dfcf6f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/npm-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ 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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515

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

2020
#
2121
# Pull required providers
2222
#
2323
- name: pull required providers
24-
uses: stackql/stackql-exec@v2.2.3
24+
uses: stackql/stackql-exec@v2.3.0
2525
with:
2626
is_command: true
2727
query: "REGISTRY PULL google; REGISTRY PULL github"

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ runs:
3434
using: "composite"
3535
steps:
3636
- name: Setup StackQL
37-
uses: stackql/setup-stackql@v2.2.3
37+
uses: stackql/setup-stackql@v2.3.0
3838
with:
3939
use_wrapper: true
4040

4141
- name: Execute StackQL Command
4242
id: exec-query
43-
uses: stackql/stackql-exec@v2.2.3
43+
uses: stackql/stackql-exec@v2.3.0
4444
with:
4545
query: ${{ inputs.test_query }}
4646
query_file_path: ${{ inputs.test_query_file_path }}
@@ -51,7 +51,7 @@ runs:
5151
dry_run: false
5252

5353
- name: Check Results
54-
uses: actions/github-script@v7.0.1
54+
uses: actions/github-script@v8
5555
with:
5656
script: |
5757
const path = require('path');

0 commit comments

Comments
 (0)