diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e0e11..3afcb24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: python-version: ${{ steps.runtime.outputs.python_version }} - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: ${{ steps.runtime.outputs.node_version }} check-latest: true diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1d59d45..6981929 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -72,7 +72,7 @@ jobs: python-version: ${{ steps.runtime.outputs.python_version }} - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ steps.runtime.outputs.node_version }} check-latest: true