From 0aaa0e27e67ab9c54e986537a6105ab6331680ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:30:53 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/build-images.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index edb9d20d..90db0218 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -23,7 +23,7 @@ jobs: #github forces lower case for the image name - name: Get lowercase repo owner name - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: repo-owner with: result-encoding: string @@ -44,7 +44,7 @@ jobs: run: | echo "latest-tag=latest" | tr -d "\n" >> $GITHUB_OUTPUT - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: get-tag if: startsWith(github.ref, 'refs/tags/') with: @@ -135,7 +135,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: expand-tags with: script: |