From 8023e3b16c01e516aeb4ba221496527c239230d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 00:26:46 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/cleanup-ghcr-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup-ghcr-images.yml b/.github/workflows/cleanup-ghcr-images.yml index b4fa180..b9720e9 100644 --- a/.github/workflows/cleanup-ghcr-images.yml +++ b/.github/workflows/cleanup-ghcr-images.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Cleanup container versions id: cleanup - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: PACKAGE_NAME: ${{ env.PACKAGE_NAME }} IMAGES_TO_KEEP: ${{ env.IMAGES_TO_KEEP }} @@ -273,7 +273,7 @@ jobs: - name: Generate cleanup report if: always() - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: CLEANUP_RESULT: ${{ steps.cleanup.outputs.result }} DELETE_UNVERSIONED: ${{ env.DELETE_UNVERSIONED }}