From 9fe95660fe0f11d3f67c3a184becd87f6b0241c6 Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Mon, 11 Sep 2023 09:39:27 -0700 Subject: [PATCH] chore: update .github/workflows/lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d1ed16a5..fedc554d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ jobs: name: 'lint' runs-on: 'ubuntu-latest' steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v3' - id: variables run: | MAKEFILE=$(find . -name Makefile -print -quit)