diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 0193f73..e62b885 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -7,11 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v6 - name: Setup Node.js environment - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 - run: npm ci - - run: npm test - \ No newline at end of file + - run: npm test \ No newline at end of file diff --git a/.github/workflows/stackql-exec-test.yml b/.github/workflows/stackql-exec-test.yml index 9f23d7c..4c70969 100644 --- a/.github/workflows/stackql-exec-test.yml +++ b/.github/workflows/stackql-exec-test.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v6 # # run a query that does not return data (using the `is_command` input) diff --git a/action.yml b/action.yml index 934eef1..9164ece 100644 --- a/action.yml +++ b/action.yml @@ -60,7 +60,7 @@ runs: fi - name: Setup StackQL - uses: stackql/setup-stackql@v2.2.3 + uses: stackql/setup-stackql@v2 if: ${{steps.check-stackql.outputs.stackql_installed == 'false'}} with: use_wrapper: true @@ -72,7 +72,7 @@ runs: - name: Setup auth id: setup-auth - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8 with: script: | const path = require('path'); @@ -84,7 +84,7 @@ runs: AUTH_STR: ${{inputs.auth_str}} - name: get stackql command - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8 with: script: | const path = require('path'); @@ -100,7 +100,7 @@ runs: VARS: ${{inputs.vars}} - name: execute stackql command - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8 id: exec-stackql with: script: |