From 49075062bca61b4f82050a45ba0adccb420fcb92 Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Mon, 4 Sep 2023 20:56:52 -0500 Subject: [PATCH] Remove checkout reference --- .github/workflows/php-compatibility.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index c111a8d288..e8e8325984 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -17,8 +17,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - ref: ${{ github.event.pull_request.head.sha }} - name: Get Composer Cache Directory id: composer-cache run: |