From 47d2611e24c078a167033e7970c4be2f17f1bffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 09:32:05 +0000 Subject: [PATCH] chore(deps): bump dataaxiom/ghcr-cleanup-action Bumps the github-actions-dependencies group with 1 update in the /actions/docker/clean-images directory: [dataaxiom/ghcr-cleanup-action](https://github.com/dataaxiom/ghcr-cleanup-action). Updates `dataaxiom/ghcr-cleanup-action` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/dataaxiom/ghcr-cleanup-action/releases) - [Commits](https://github.com/dataaxiom/ghcr-cleanup-action/compare/374e2028c8fb93b7219f3771cd405fab95d3dec4...f092b48ba3b604b2a83690dc4b2bbb3392e1045f) --- updated-dependencies: - dependency-name: dataaxiom/ghcr-cleanup-action dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- actions/docker/clean-images/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/docker/clean-images/action.yml b/actions/docker/clean-images/action.yml index c7e42a94..9390e42c 100644 --- a/actions/docker/clean-images/action.yml +++ b/actions/docker/clean-images/action.yml @@ -86,7 +86,7 @@ runs: core.setOutput('packages', packages.join(',')); - id: cleanup - uses: dataaxiom/ghcr-cleanup-action@374e2028c8fb93b7219f3771cd405fab95d3dec4 # v1.2.0 + uses: dataaxiom/ghcr-cleanup-action@f092b48ba3b604b2a83690dc4b2bbb3392e1045f # v1.2.1 with: owner: ${{ steps.prepare.outputs.owner }} repository: ${{ steps.prepare.outputs.repository }}