From 04a8e52e09d903df35845d6100dd0f10404f84a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 14:20:10 +0200 Subject: [PATCH] Upgrade `actions/github-script` from 7 to 8 version (#1746) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7460cd0..a076b07 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -43,7 +43,7 @@ jobs: - name: Detect correct Git ref for image build id: git - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | let out = {ref: 'HEAD', ver: ''}; @@ -141,7 +141,7 @@ jobs: - name: Detect correct Git version for image tests id: git - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | let out = {ref: 'HEAD', ver: ''};