diff --git a/.github/workflows/host_release.yml b/.github/workflows/host_release.yml index 2ebd081..b37d171 100644 --- a/.github/workflows/host_release.yml +++ b/.github/workflows/host_release.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: lts/* diff --git a/semantic-release/action.yml b/semantic-release/action.yml index d19c1d5..5ecfd1e 100644 --- a/semantic-release/action.yml +++ b/semantic-release/action.yml @@ -94,7 +94,7 @@ runs: shell: bash - name: Configure Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: lts/*