diff --git a/.github/workflows/deploy-edge-worker.yml b/.github/workflows/deploy-edge-worker.yml index 744b52887..b75ee0e8e 100644 --- a/.github/workflows/deploy-edge-worker.yml +++ b/.github/workflows/deploy-edge-worker.yml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 5f1139c20..4ca7d7be0 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -56,7 +56,7 @@ jobs: uses: actions/configure-pages@v6 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/link-audit.yml b/.github/workflows/link-audit.yml index 55e946743..b5d2e8691 100644 --- a/.github/workflows/link-audit.yml +++ b/.github/workflows/link-audit.yml @@ -40,7 +40,7 @@ jobs: bundler-cache: true - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/og-production.yml b/.github/workflows/og-production.yml index 9719c5164..8056676df 100644 --- a/.github/workflows/og-production.yml +++ b/.github/workflows/og-production.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .node-version cache: npm