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