From 2c19a177851565956f5231fa1c0261506743ac79 Mon Sep 17 00:00:00 2001 From: Daniel Adam Date: Tue, 2 Apr 2024 13:29:02 +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 f02feaaa..a31a5f2c 100644 --- a/.github/actions/cleanup-stale/action.yaml +++ b/.github/actions/cleanup-stale/action.yaml @@ -43,7 +43,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 }}