From 78b0b8975d6ab5196bc4df57f574bcbafd19ab13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:55:25 -0600 Subject: [PATCH] chore(deps): bump dataaxiom/ghcr-cleanup-action from 1.0.13 to 1.0.14 (#12) Bumps [dataaxiom/ghcr-cleanup-action](https://github.com/dataaxiom/ghcr-cleanup-action) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/dataaxiom/ghcr-cleanup-action/releases) - [Commits](https://github.com/dataaxiom/ghcr-cleanup-action/compare/v1.0.13...v1.0.14) --- updated-dependencies: - dependency-name: dataaxiom/ghcr-cleanup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cleanup-old-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-old-images.yml b/.github/workflows/cleanup-old-images.yml index 4a4f252..840cc35 100644 --- a/.github/workflows/cleanup-old-images.yml +++ b/.github/workflows/cleanup-old-images.yml @@ -14,7 +14,7 @@ jobs: packages: write steps: - name: Delete Images Older Than 90 Days - uses: dataaxiom/ghcr-cleanup-action@v1.0.13 + uses: dataaxiom/ghcr-cleanup-action@v1.0.14 with: token: ${{ secrets.GITHUB_TOKEN }} older-than: 90 days