From 6af59e16a97a85515ddb201c9caa7fded26931c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:50:09 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/build-bootc-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-bootc-image.yaml b/.github/workflows/build-bootc-image.yaml index 71692f2..decc23b 100644 --- a/.github/workflows/build-bootc-image.yaml +++ b/.github/workflows/build-bootc-image.yaml @@ -51,7 +51,7 @@ jobs: # These stage versions are pinned by https://github.com/renovatebot/renovate - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: submodules: 'recursive'