From 891696a4569a374ab39d9bbc67816c1fe40a1a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 23:05:47 +0000 Subject: [PATCH] Bump snok/container-retention-policy from 1 to 2 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] --- .github/workflows/package-retention-policy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-retention-policy.yml b/.github/workflows/package-retention-policy.yml index a50019f..0cf63e9 100644 --- a/.github/workflows/package-retention-policy.yml +++ b/.github/workflows/package-retention-policy.yml @@ -21,7 +21,7 @@ jobs: packages: write steps: - name: Cleanup old github-issue-forms-parser Docker images - uses: snok/container-retention-policy@v1 + uses: snok/container-retention-policy@v2 with: image-names: github-issue-forms-parser cut-off: One month ago UTC