From 51277263726e2b379950985a5e1fac710fe898d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:54:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c35d641..e9e6ec6 100644 --- a/action.yml +++ b/action.yml @@ -117,7 +117,7 @@ outputs: runs: using: 'composite' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 if: ${{ inputs.checkout == '1' }} with: persist-credentials: false