From 0160b62bac02e5926c86fe607d780cb27ea3c764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:57:10 +0000 Subject: [PATCH] Bump snok/container-retention-policy from 2.1.2 to 2.1.3 (#2636) Bumps [snok/container-retention-policy](https://github.com/snok/container-retention-policy) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/snok/container-retention-policy/releases) - [Commits](https://github.com/snok/container-retention-policy/compare/04c70fd030033036d69c0057e0d125bf25820544...3d27e6a0361deed0b7dc5099a82eadd07924b177) --- updated-dependencies: - dependency-name: snok/container-retention-policy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cleanup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 072dbc915e..cc114bf71d 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete untagged images older than 1 week - uses: snok/container-retention-policy@04c70fd030033036d69c0057e0d125bf25820544 # v2.1.2 + uses: snok/container-retention-policy@3d27e6a0361deed0b7dc5099a82eadd07924b177 # v2.1.3 with: account-type: org org-name: ministryofjustice @@ -23,7 +23,7 @@ jobs: token: ${{ secrets.BOT_GITHUB_PACKAGES_TOKEN }} - name: Delete all images older than a month that aren't currently deployed - uses: snok/container-retention-policy@04c70fd030033036d69c0057e0d125bf25820544 # v2.1.2 + uses: snok/container-retention-policy@3d27e6a0361deed0b7dc5099a82eadd07924b177 # v2.1.3 with: account-type: org org-name: ministryofjustice