From 96920a1966d29d6dc1875401f557a16c30c257b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 05:09:00 +0000 Subject: [PATCH] Roll back actions/checkout action to v4.1.1 | datasource | package | from | to | | ----------- | ---------------- | ---- | ------ | | github-tags | actions/checkout | v4 | v4.1.1 | --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2bb9490..671450d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,7 +23,7 @@ jobs: name: "Check for missing dependencies" runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.1.1 - uses: shivammathur/setup-php@2.26.0 with: php-version: 8.1