From ac6ec362616f7c157323bef2c9b6692a76b49db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 14:58:13 +0000 Subject: [PATCH] chore: bump dataaxiom/ghcr-cleanup-action in the github-actions group Bumps the github-actions group with 1 update: [dataaxiom/ghcr-cleanup-action](https://github.com/dataaxiom/ghcr-cleanup-action). Updates `dataaxiom/ghcr-cleanup-action` from 1.0.16 to 1.1.0 - [Release notes](https://github.com/dataaxiom/ghcr-cleanup-action/releases) - [Commits](https://github.com/dataaxiom/ghcr-cleanup-action/compare/cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4...34a2b6c814b9c6bcb92f78cba3e56a7ab9ca7a86) --- updated-dependencies: - dependency-name: dataaxiom/ghcr-cleanup-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cleanup-untagged-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-untagged-images.yml b/.github/workflows/cleanup-untagged-images.yml index 4f7eb1b..24cd534 100644 --- a/.github/workflows/cleanup-untagged-images.yml +++ b/.github/workflows/cleanup-untagged-images.yml @@ -11,6 +11,6 @@ jobs: permissions: packages: write steps: - - uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16 + - uses: dataaxiom/ghcr-cleanup-action@34a2b6c814b9c6bcb92f78cba3e56a7ab9ca7a86 # v1.1.0 with: delete-untagged: true