From 06c0bdff57d3effb42c9beeff2775bac4d74960c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 08:19:24 -0400 Subject: [PATCH] Bump chipkent/action-cleanup-package from 1.0.1 to 1.0.3 (#174) Bumps [chipkent/action-cleanup-package](https://github.com/chipkent/action-cleanup-package) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/chipkent/action-cleanup-package/releases) - [Commits](https://github.com/chipkent/action-cleanup-package/compare/v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: chipkent/action-cleanup-package 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/pr-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-cleanup.yml b/.github/workflows/pr-cleanup.yml index 251862f..e2b68ed 100644 --- a/.github/workflows/pr-cleanup.yml +++ b/.github/workflows/pr-cleanup.yml @@ -9,7 +9,7 @@ jobs: name: Delete image from ghcr.io runs-on: ubuntu-latest steps: - - uses: chipkent/action-cleanup-package@v1.0.1 + - uses: chipkent/action-cleanup-package@v1.0.3 with: package-name: ${{ github.event.repository.name }} tag: pr-${{ github.event.pull_request.number }}