From 3e0493ec13d192687acde67a080c6b4b238a8f24 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 24 Apr 2024 15:41:05 +0200 Subject: [PATCH] misc: Update github checkout action. Signed-off-by: iabdalkader --- .github/workflows/workflow-validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-validate.yaml b/.github/workflows/workflow-validate.yaml index f0d6ff0af1..e3eb45f42a 100644 --- a/.github/workflows/workflow-validate.yaml +++ b/.github/workflows/workflow-validate.yaml @@ -14,7 +14,7 @@ jobs: name: Spell Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Run spell check run: | pip install codespell @@ -28,7 +28,7 @@ jobs: node_version: [14] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Run linter run: |