From 44327fae09f015e52396b0c8379444c61cb04e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:43:56 +0200 Subject: [PATCH] workflows: bump vlaurin/action-ghcr-prune from 0.5.0 to 0.6.0 (#8423) Bumps [vlaurin/action-ghcr-prune](https://github.com/vlaurin/action-ghcr-prune) from 0.5.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.5.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-closed-docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-closed-docker.yaml b/.github/workflows/pr-closed-docker.yaml index 628f5e92ca5..4d2a374b3e0 100644 --- a/.github/workflows/pr-closed-docker.yaml +++ b/.github/workflows/pr-closed-docker.yaml @@ -12,7 +12,7 @@ jobs: # We may need a specific token here with `packages:admin` privileges which is not available to GITHUB_TOKEN packages: write steps: - - uses: vlaurin/action-ghcr-prune@v0.5.0 + - uses: vlaurin/action-ghcr-prune@v0.6.0 with: organization: fluent container: fluent-bit/pr-${{ github.event.number }}