From d0cd71d5b530db769787fafa0a4fdca955d7f77b Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 23 Feb 2026 22:36:04 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility (#7371) Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/general-linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/general-linting.yml b/.github/workflows/general-linting.yml index 3735c0d8ea2..fa04d2edbab 100644 --- a/.github/workflows/general-linting.yml +++ b/.github/workflows/general-linting.yml @@ -77,7 +77,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Check out the code - name: Lint Code Base uses: docker://avtodev/markdown-lint:v1 @@ -90,7 +90,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: json-yaml-validate id: json-yaml-validate