From b1d6f559c14a6a2d736da7c63348b879d617441b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 14:24:11 +0100 Subject: [PATCH] Bump vlaurin/action-ghcr-prune from 0.4.0 to 0.5.0 (#696) Bumps [vlaurin/action-ghcr-prune](https://github.com/vlaurin/action-ghcr-prune) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/vlaurin/action-ghcr-prune/releases) - [Commits](https://github.com/vlaurin/action-ghcr-prune/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: vlaurin/action-ghcr-prune dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/registry-purge-pr.yaml | 2 +- .github/workflows/registry-purge.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/registry-purge-pr.yaml b/.github/workflows/registry-purge-pr.yaml index e73f5a66..fbabdf0b 100644 --- a/.github/workflows/registry-purge-pr.yaml +++ b/.github/workflows/registry-purge-pr.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Purge Pull Request Image - uses: vlaurin/action-ghcr-prune@v0.4.0 + uses: vlaurin/action-ghcr-prune@v0.5.0 with: token: ${{ secrets.GHCR_TOKEN}} organization: ${{ github.repository_owner}} diff --git a/.github/workflows/registry-purge.yaml b/.github/workflows/registry-purge.yaml index 60dcb384..153d0c7c 100644 --- a/.github/workflows/registry-purge.yaml +++ b/.github/workflows/registry-purge.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: clean packages - uses: vlaurin/action-ghcr-prune@v0.4.0 + uses: vlaurin/action-ghcr-prune@v0.5.0 with: token: ${{ secrets.GHCR_TOKEN}} organization: ${{ github.repository_owner}}