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 }}