From 794405bc1da3216198c4d48edf9f88f3ad43ab9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 00:16:52 +0800 Subject: [PATCH] chore(deps): update snok/container-retention-policy action to v2 (#3133) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/clean-up-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-up-images.yml b/.github/workflows/clean-up-images.yml index 2289b8008..641111171 100644 --- a/.github/workflows/clean-up-images.yml +++ b/.github/workflows/clean-up-images.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete untagged images older than three days - uses: snok/container-retention-policy@v1 + uses: snok/container-retention-policy@v2 with: image-names: logto cut-off: Three days ago UTC