From 9bc91ad7078b1ad10cb6fc85609aebbe0288b88b Mon Sep 17 00:00:00 2001 From: Gagik Date: Fri, 5 Jan 2024 18:11:01 +0100 Subject: [PATCH] ci: Update GitHub Actions versions --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f86c7b3..a19e6ee 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,12 +9,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '14'