diff --git a/.github/workflows/ghcr-prune.yml b/.github/workflows/ghcr-prune.yml index 99c97a738..2ca2d8f8d 100644 --- a/.github/workflows/ghcr-prune.yml +++ b/.github/workflows/ghcr-prune.yml @@ -30,7 +30,7 @@ jobs: - local-da steps: - name: Delete stale tags - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: PACKAGE_NAME: ${{ matrix.package }} OVERRIDE_RETENTION: ${{ github.event.inputs.retention-days }}