From a338d7a4fa035865822532e40ae629f3939987d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:44:10 +0000 Subject: [PATCH] Chore(deps): Bump Chizkiyahu/delete-untagged-ghcr-action from 3 to 4 Bumps [Chizkiyahu/delete-untagged-ghcr-action](https://github.com/chizkiyahu/delete-untagged-ghcr-action) from 3 to 4. - [Release notes](https://github.com/chizkiyahu/delete-untagged-ghcr-action/releases) - [Commits](https://github.com/chizkiyahu/delete-untagged-ghcr-action/compare/v3...v4) --- updated-dependencies: - dependency-name: Chizkiyahu/delete-untagged-ghcr-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/delete_untagged.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete_untagged.yml b/.github/workflows/delete_untagged.yml index 2499e3bb29..241cb9fb43 100644 --- a/.github/workflows/delete_untagged.yml +++ b/.github/workflows/delete_untagged.yml @@ -10,7 +10,7 @@ jobs: # id-token: write steps: - name: Delete untagged ghcr - uses: Chizkiyahu/delete-untagged-ghcr-action@v3 + uses: Chizkiyahu/delete-untagged-ghcr-action@v4 with: # Personal access token (PAT) used to fetch the repository. The PAT is configured # with the local git config, which enables your scripts to run authenticated git