From c5c3b92ebc5f4326afe236d1d8457a2509a41370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:43:54 +0000 Subject: [PATCH] chore(deps): bump snok/container-retention-policy from 3.0.0 to 3.0.1 Bumps [snok/container-retention-policy](https://github.com/snok/container-retention-policy) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/snok/container-retention-policy/releases) - [Commits](https://github.com/snok/container-retention-policy/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: snok/container-retention-policy dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index 8c824d5..3c3e94d 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -91,7 +91,7 @@ jobs: echo "imgnameshort=${IMGNAME/samply\//}" >> $GITHUB_ENV - name: Delete old images - uses: snok/container-retention-policy@v3.0.0 + uses: snok/container-retention-policy@v3.0.1 with: image-names: ${{ env.imgnameshort }} cut-off: ${{ inputs.ghcr-retention-policy }}