From ec0f623c96f1f40c99cf57997820c2ba949fc100 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Tue, 16 Apr 2024 10:16:27 +0300 Subject: [PATCH] Update .github/workflows/lint.yml Co-authored-by: Joost de Valk --- .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 9bb2c15fe..c46134e32 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout - name: Install PHP for the composer install uses: shivammathur/setup-php@v2