diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 822ce6522..b94df0f4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Setup Node (Latest) - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 'current' cache: 'npm' diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index b6268e2d3..4d31d90f0 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Setup Node (Latest) - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 'current' cache: 'npm'