diff --git a/.github/workflows/ghcr_cleanup.yml b/.github/workflows/ghcr_cleanup.yml index 01424128..7580e035 100644 --- a/.github/workflows/ghcr_cleanup.yml +++ b/.github/workflows/ghcr_cleanup.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Delete untagged images - uses: actions/github-script@v3 + uses: actions/github-script@v6 with: github-token: ${{ secrets.CR_PAT }} script: |