diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 713d5a9..e1eb5d5 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -14,7 +14,7 @@ jobs: packages: write steps: - name: Delete Images Older Than 90 Days - uses: dataaxiom/ghcr-cleanup-action@374e2028c8fb93b7219f3771cd405fab95d3dec4 # v1.2.0 + uses: dataaxiom/ghcr-cleanup-action@f092b48ba3b604b2a83690dc4b2bbb3392e1045f # v1.2.1 with: token: ${{ secrets.GITHUB_TOKEN }} # IMPORTANT: Update this to match your image name from Containerfile (line 9)