From d69160fb456aff12f2ebd2bc7718f227af40d9e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:32:16 +0000 Subject: [PATCH] Bump bots-house/ghcr-delete-image-action from 1.0.1 to 1.1.0 Bumps [bots-house/ghcr-delete-image-action](https://github.com/bots-house/ghcr-delete-image-action) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/bots-house/ghcr-delete-image-action/releases) - [Commits](https://github.com/bots-house/ghcr-delete-image-action/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: bots-house/ghcr-delete-image-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/prune-pr-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prune-pr-images.yml b/.github/workflows/prune-pr-images.yml index 7e1b90445..c4f0cd9cf 100644 --- a/.github/workflows/prune-pr-images.yml +++ b/.github/workflows/prune-pr-images.yml @@ -29,7 +29,7 @@ jobs: echo "APP_LOWERCASE=${APP,,}" >> $GITHUB_ENV - name: Cleanup images if: env.BRANCH != 'development' # don't prune images from the development branch - uses: bots-house/ghcr-delete-image-action@v1.0.1 + uses: bots-house/ghcr-delete-image-action@v1.1.0 with: owner: dtcenter name: metexpress/development/${{ env.APP_LOWERCASE }}