From c78d591e227f12ca6c8f44ffe77149c2850a4a9a Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Sun, 5 Jul 2026 16:15:45 +0200 Subject: [PATCH] chore: bump github actions to latest majors in ci Signed-off-by: mesutoezdil --- .github/workflows/docs-health.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-health.yml b/.github/workflows/docs-health.yml index fa2bb240..696be2af 100644 --- a/.github/workflows/docs-health.yml +++ b/.github/workflows/docs-health.yml @@ -15,10 +15,10 @@ jobs: name: Lint, Format, Build & Links runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: npm