From ce63e0955e6436e95a8763e45b5b9c22f2dfc4b4 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Fri, 24 Jul 2026 13:00:55 +0300 Subject: [PATCH] chore: update GitHub Actions to latest versions --- .github/workflows/validation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index a1bf921d..554a70ec 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -20,11 +20,11 @@ jobs: steps: - name: Checkout Project Code - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: - node-version: 'lts/*' + node-version: '24' - name: Install dependencies run: npm ci - name: Install Playwright