From f818c651d21588feb039878aead428830739d1da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 05:57:58 +0000 Subject: [PATCH] Update actions/checkout action to v7 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v6.1.0 | v7.0.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/mago.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mago.yml b/.github/workflows/mago.yml index 1be94b2..f4e02db 100644 --- a/.github/workflows/mago.yml +++ b/.github/workflows/mago.yml @@ -15,7 +15,7 @@ jobs: dependencies: ['lowest', 'locked', 'latest'] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up PHP and Mago uses: shivammathur/setup-php@v2