diff --git a/.github/workflows/images-tags-cleanup.yml b/.github/workflows/images-tags-cleanup.yml index 2327360..0d45087 100644 --- a/.github/workflows/images-tags-cleanup.yml +++ b/.github/workflows/images-tags-cleanup.yml @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v3 - name: Delete image - uses: bots-house/ghcr-delete-image-action@v1.0.1 + uses: bots-house/ghcr-delete-image-action@v1.1.0 with: owner: ${{ env.ORG }} name: ${{ env.REPOSITORY }}