diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cb12b651..b21c8831 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 # full history for contributor information - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: lts/* - name: Build Docs diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 719eb794..9167f73f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: lts/* - name: Build Docs