From 6db3902575e5acf0e1aa5ee1cdf50957982214d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 06:05:16 +0000 Subject: [PATCH] workflows: bump vlaurin/action-ghcr-prune from 0.5.0 to 0.6.0 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] --- .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 }}