diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3cff8c0..b33a1c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -90,7 +90,7 @@ jobs: git commit -n -m 'build(release): bundle distribution files' - name: Setup Node 24 for semantic-release - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 with: node-version: "24.x" diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index dfc5e83..efa9561 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -46,7 +46,7 @@ jobs: path: action-under-test - name: Setup Node.js for building action - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 with: node-version: "20.x" cache: "npm"