From ff6e266d49f731e07d385aa2c4a90aa3a53b98de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 19:35:05 +0000 Subject: [PATCH] Update actions/checkout digest to a5ac7e5 --- .github/workflows/automatic-release.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index 3b42613..32bdcc8 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # v4 + uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4 - name: "Release" uses: "laminas/automatic-releases@1.24.0" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index af251c9..498bbdf 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: "Install PHP with extensions" uses: shivammathur/setup-php@2.30.4