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