From 0022c4ae051d80599013d32de911af1d0960bf2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:10:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.4 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2938ba2..64a2084 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 # important! - name: Cache Composer dependencies