diff --git a/.github/workflows/cleanup-old-images.yml b/.github/workflows/cleanup-old-images.yml index 4a4f252..840cc35 100644 --- a/.github/workflows/cleanup-old-images.yml +++ b/.github/workflows/cleanup-old-images.yml @@ -14,7 +14,7 @@ jobs: packages: write steps: - name: Delete Images Older Than 90 Days - uses: dataaxiom/ghcr-cleanup-action@v1.0.13 + uses: dataaxiom/ghcr-cleanup-action@v1.0.14 with: token: ${{ secrets.GITHUB_TOKEN }} older-than: 90 days