diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 322acbf6f..e3b639b5a 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' cache: 'npm' diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 936b758ef..3986faf9a 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' diff --git a/.github/workflows/check-markdown-lint.yml b/.github/workflows/check-markdown-lint.yml index dd23743a1..8036103e7 100644 --- a/.github/workflows/check-markdown-lint.yml +++ b/.github/workflows/check-markdown-lint.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' cache: 'npm' diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 0c725bbd8..35273698e 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' cache: 'npm'