From ffdd8b257dfde9ccc69d573aae74e21345272685 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:29:36 +0000 Subject: [PATCH] Update actions/checkout action to v4 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v3 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/create-project.yml | 2 +- .github/workflows/release-on-milestone-closed.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-project.yml b/.github/workflows/create-project.yml index dc2582b..77f0767 100644 --- a/.github/workflows/create-project.yml +++ b/.github/workflows/create-project.yml @@ -23,7 +23,7 @@ jobs: with: php: ${{ matrix.php_version }} - name: Checkout sourcecode - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test create-project run: | cd .. diff --git a/.github/workflows/release-on-milestone-closed.yml b/.github/workflows/release-on-milestone-closed.yml index 62bcfe9..87cabfb 100644 --- a/.github/workflows/release-on-milestone-closed.yml +++ b/.github/workflows/release-on-milestone-closed.yml @@ -18,7 +18,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" - name: "Release" uses: "laminas/automatic-releases@v1"