From c9b92477916f1d6702fca0d793d81f3fcab69248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:12:05 +0000 Subject: [PATCH] fix(deps): 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/cleanup-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-pr.yml b/.github/workflows/cleanup-pr.yml index 0c08d3e..c7ce8c8 100644 --- a/.github/workflows/cleanup-pr.yml +++ b/.github/workflows/cleanup-pr.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Delete github-actions-runner:${{ matrix.flavour }} continue-on-error: true - uses: bots-house/ghcr-delete-image-action@v1.0.1 + uses: bots-house/ghcr-delete-image-action@v1.1.0 with: owner: ${{ github.repository_owner }} name: github-actions-runner