From 2f46e0dc3e8ad7bc10759c4347ea6b86a55784ca Mon Sep 17 00:00:00 2001 From: marios Date: Fri, 20 Oct 2023 17:10:33 +0300 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1d9444f65..1095f01b8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 # Check out the repository first. + - uses: actions/checkout@v3 # Check out the repository first. - name: Run prettier (JavaScript & TypeScript) run: | pushd frontend