From db560257a14873f8ba0530af0b08ef99c1888f6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 13:53:30 +0000 Subject: [PATCH] chore(deps): update snok/container-retention-policy action to v3.1.0 --- .github/workflows/clean-ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-ghcr.yaml b/.github/workflows/clean-ghcr.yaml index fdf49f5..7fd20d0 100644 --- a/.github/workflows/clean-ghcr.yaml +++ b/.github/workflows/clean-ghcr.yaml @@ -16,7 +16,7 @@ jobs: packages: write steps: - name: Delete untagged container images according to cut-off - uses: snok/container-retention-policy@3b0972b2276b171b212f8c4efbca59ebba26eceb # v3.0.1 + uses: snok/container-retention-policy@d3bdcf5ce9b05f685154e4a16c39233b245e3d53 # v3.1.0 with: image-names: ${{ github.event.repository.name }} cut-off: ${{ inputs.cut-off }}