From 1d1e0ac3f1f26b87d59774474a426fd39794b7d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:43:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- manifestbot/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifestbot/action.yml b/manifestbot/action.yml index 566c5bd..9989808 100644 --- a/manifestbot/action.yml +++ b/manifestbot/action.yml @@ -23,7 +23,7 @@ runs: using: 'composite' steps: - name: 'ManifestBot: Checkout manifests' - uses: 'actions/checkout@v4' + uses: 'actions/checkout@v6' with: repository: 'penguin-statistics/manifests' token: ${{ inputs.token }}