From 6880649fda2cd40d08d87b2d31df130e6d8183d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 11:15:51 +0000 Subject: [PATCH] Bump vlaurin/action-ghcr-prune from 0.3.0 to 0.5.0 Bumps [vlaurin/action-ghcr-prune](https://github.com/vlaurin/action-ghcr-prune) from 0.3.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.3.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] --- .github/workflows/registry-pr-purge.yaml | 2 +- .github/workflows/registry-purge.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/registry-pr-purge.yaml b/.github/workflows/registry-pr-purge.yaml index 77ba87d..dadd7a9 100644 --- a/.github/workflows/registry-pr-purge.yaml +++ b/.github/workflows/registry-pr-purge.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Purge Pull Request Image - uses: vlaurin/action-ghcr-prune@v0.3.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 30a7b81..071a69c 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.3.0 + uses: vlaurin/action-ghcr-prune@v0.5.0 with: token: ${{ secrets.GHCR_TOKEN}} organization: ${{ github.repository_owner}}