From e19c4886fe2b90d193973c3c593626031d28f8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 09:44:04 +0100 Subject: [PATCH] ci: bump snok/container-retention-policy from 1 to 2 (#4710) Bumps [snok/container-retention-policy](https://github.com/snok/container-retention-policy) from 1 to 2. - [Release notes](https://github.com/snok/container-retention-policy/releases) - [Commits](https://github.com/snok/container-retention-policy/compare/v1...v2) --- updated-dependencies: - dependency-name: snok/container-retention-policy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ghcr-retention.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr-retention.yml b/.github/workflows/ghcr-retention.yml index d31738626..cecfee9c9 100644 --- a/.github/workflows/ghcr-retention.yml +++ b/.github/workflows/ghcr-retention.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete 'dev' containers older than a week - uses: snok/container-retention-policy@v1 + uses: snok/container-retention-policy@v2 with: image-names: dev-server,dev-ldap,dev-proxy cut-off: One week ago UTC