From 1c0c2b98d5203d90919ac901ac8fb11bf9113ea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 17:09:51 +0000 Subject: [PATCH] Update actions/checkout digest to 0ad4b8f --- .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 196896c..3b42613 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b" # v4 + uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # 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 964d751..af251c9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: "Install PHP with extensions" uses: shivammathur/setup-php@2.30.4