diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d61bad1..c9a069b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - name: Setup Node - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v7.0.0 with: node-version: 24 cache: npm