From 3b24f9459c02d981165c06b5425f06a1902ab3cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:31:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/container-prune.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-prune.yml b/.github/workflows/container-prune.yml index 819e0f54..221636a0 100644 --- a/.github/workflows/container-prune.yml +++ b/.github/workflows/container-prune.yml @@ -39,7 +39,7 @@ jobs: PROTECTED_REGEX: '["^v","^latest$","^main$","^develop$"]' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Install tools run: |