From f1df29a09c0749b60cd2aff74b679e8168545575 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:07:25 +0000 Subject: [PATCH] Update actions/checkout digest to b4ffde6 --- .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 a0c75d7..a75b083 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 + uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # 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 dfd55d9..a9702e4 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: "Install PHP with extensions" uses: shivammathur/setup-php@2.26.0