From 690662c7d32431a6a5f5b6bb7c031eade2fc8f62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:26:58 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20Chizkiyahu/delet?= =?UTF-8?q?e-untagged-ghcr-action=20(=20v4=20=E2=9E=94=20v6=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | -------------------------------------- | ---- | -- | | github-tags | Chizkiyahu/delete-untagged-ghcr-action | v4 | v6 | --- .github/workflows/scheduled-cleanup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-cleanup.yaml b/.github/workflows/scheduled-cleanup.yaml index 92e755e..4037542 100644 --- a/.github/workflows/scheduled-cleanup.yaml +++ b/.github/workflows/scheduled-cleanup.yaml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.TOKEN }} - name: Delete all containers from package without tags - uses: Chizkiyahu/delete-untagged-ghcr-action@e8c780ca2d589797e657691fc16bffe066714890 # v4 + uses: Chizkiyahu/delete-untagged-ghcr-action@68758dd8caf1d9dbaed1fe9cc1a1f8fcea1c4cf0 # v6 with: token: ${{ secrets.TOKEN }} repository_owner: ${{ github.repository_owner }}