From 2648c93c56d7a687827cbffe206e47402fefb5e0 Mon Sep 17 00:00:00 2001 From: Francis Date: Sat, 1 Jun 2024 14:14:57 +0100 Subject: [PATCH] Small action update for checkout action --- .github/workflows/basic-coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic-coding-standards.yml b/.github/workflows/basic-coding-standards.yml index 19807e1..97ff9db 100644 --- a/.github/workflows/basic-coding-standards.yml +++ b/.github/workflows/basic-coding-standards.yml @@ -12,7 +12,7 @@ jobs: env: PHP_VERSION_CODE_QUALITY: ${{ secrets.PHP_VERSION_CODE_QUALITY }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0