From d968203c7e89407ad3edd50002a853752a6b56b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:37:21 +0000 Subject: [PATCH] Bump snok/container-retention-policy from 2.2.1 to 3.0.0 Bumps [snok/container-retention-policy](https://github.com/snok/container-retention-policy) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/snok/container-retention-policy/releases) - [Commits](https://github.com/snok/container-retention-policy/compare/v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: snok/container-retention-policy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prune-untagged-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prune-untagged-images.yml b/.github/workflows/prune-untagged-images.yml index 39dc16608e..f7335cf6cf 100644 --- a/.github/workflows/prune-untagged-images.yml +++ b/.github/workflows/prune-untagged-images.yml @@ -30,7 +30,7 @@ jobs: - upperair steps: - name: Delete image - uses: snok/container-retention-policy@v2.2.1 + uses: snok/container-retention-policy@v3.0.0 with: image-names: mats/development/${{ matrix.app }} cut-off: 1 week ago MST