From d8a0f55dbcdda314a77ef3d47034467a8493c413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:20:59 +0000 Subject: [PATCH] chore(deps): bump vlaurin/action-ghcr-prune from 0.3.0 to 0.6.0 Bumps [vlaurin/action-ghcr-prune](https://github.com/vlaurin/action-ghcr-prune) from 0.3.0 to 0.6.0. - [Release notes](https://github.com/vlaurin/action-ghcr-prune/releases) - [Commits](https://github.com/vlaurin/action-ghcr-prune/compare/v0.3.0...v0.6.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 8c82712..4493682 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.6.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 ac6b728..ceb8668 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.6.0 with: token: ${{ secrets.GHCR_TOKEN}} organization: ${{ github.repository_owner}}