diff --git a/.changelog/971.internal.md b/.changelog/971.internal.md new file mode 100644 index 000000000..65f2f4a41 --- /dev/null +++ b/.changelog/971.internal.md @@ -0,0 +1 @@ +Update actions/setup-node action to v4 diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8b950506d..0a1e64b92 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Set up Node.js 20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20.x' cache: yarn diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 51761edff..488e3a61a 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -29,7 +29,7 @@ jobs: with: python-version: '3.x' - name: Set up Node.js 20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20.x' cache: yarn diff --git a/.github/workflows/ci-playwright.yml b/.github/workflows/ci-playwright.yml index 7b2ec3109..569df00bb 100644 --- a/.github/workflows/ci-playwright.yml +++ b/.github/workflows/ci-playwright.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Set up Node.js 20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20.x' cache: yarn diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index d4679561e..1f616e226 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Set up Node.js 20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20.x' cache: yarn diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index f698f0bc9..d5203966b 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -45,7 +45,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Node.js 20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20.x' cache: yarn diff --git a/.github/workflows/generate-openapi.yml b/.github/workflows/generate-openapi.yml index 5f0ae5913..b7779947e 100644 --- a/.github/workflows/generate-openapi.yml +++ b/.github/workflows/generate-openapi.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Node.js 20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20.x' cache: yarn diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95e3377f2..b1dea3da8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Set up Node.js 20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20.x' cache: yarn