diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b580c60..cc0d7a2 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@v6 + uses: actions/setup-node@v7 with: node-version: lts/* - name: Build Docs diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afce4ca..7701920 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@v6 + uses: actions/setup-node@v7 with: node-version: lts/* - name: Build Docs