diff --git a/.github/workflows/deploy-main-branches.yml b/.github/workflows/deploy-main-branches.yml index bec3592c8..c6f241c8d 100644 --- a/.github/workflows/deploy-main-branches.yml +++ b/.github/workflows/deploy-main-branches.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v5 - name: Get Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 diff --git a/.github/workflows/pr-deploy-test-branch.yml b/.github/workflows/pr-deploy-test-branch.yml index 9eeaba4ed..8dfa5d52d 100644 --- a/.github/workflows/pr-deploy-test-branch.yml +++ b/.github/workflows/pr-deploy-test-branch.yml @@ -51,7 +51,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Get Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 diff --git a/.github/workflows/pr-test-build.yml b/.github/workflows/pr-test-build.yml index 3674f38e5..b0131bb93 100644 --- a/.github/workflows/pr-test-build.yml +++ b/.github/workflows/pr-test-build.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Get Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 diff --git a/.github/workflows/pr-test-playwright.yml b/.github/workflows/pr-test-playwright.yml index 6713a08d7..90e8debf2 100644 --- a/.github/workflows/pr-test-playwright.yml +++ b/.github/workflows/pr-test-playwright.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v5 - name: Install Node Dependency - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index abd05822d..b29758c80 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v5 - name: Get Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20