From 8f555bcb5fd3bc64a4640a78739882de067c245e Mon Sep 17 00:00:00 2001 From: Daniel Adam Date: Thu, 4 Apr 2024 11:51:03 +0200 Subject: [PATCH] Update GitHub actions Chizkiyahu/delete-untagged-ghcr-action: v3 -> v4 --- .github/actions/cleanup-stale/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cleanup-stale/action.yaml b/.github/actions/cleanup-stale/action.yaml index 2bb016d1..c34cd84e 100644 --- a/.github/actions/cleanup-stale/action.yaml +++ b/.github/actions/cleanup-stale/action.yaml @@ -44,7 +44,7 @@ runs: password: ${{ inputs.token }} - name: Delete untagged images with no dependency - uses: Chizkiyahu/delete-untagged-ghcr-action@v3 + uses: Chizkiyahu/delete-untagged-ghcr-action@v4 with: repository: ${{ github.repository }} repository_owner: ${{ github.repository_owner }}