From 32f3ee42b8aec6dbf7837f259861f87eb52788b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 03:55:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v4 | v5 | --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e260808..84d0cb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: outputs: release-notes-url: ${{ steps.create-release.outputs.url }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54f9f86..e149903 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: php-version: ["8.1", "8.2", "8.3", "8.4"] dependencies: ["highest", "lowest"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: name: Test coverage runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest needs: coverage steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0