Upgrade actions/github-script from 7 to 8 version (#1746)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-09-05 14:20:10 +02:00 committed by GitHub
parent 24e99eca1c
commit 04a8e52e09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ jobs:
- name: Detect correct Git ref for image build - name: Detect correct Git ref for image build
id: git id: git
uses: actions/github-script@v7 uses: actions/github-script@v8
with: with:
script: | script: |
let out = {ref: 'HEAD', ver: ''}; let out = {ref: 'HEAD', ver: ''};
@ -141,7 +141,7 @@ jobs:
- name: Detect correct Git version for image tests - name: Detect correct Git version for image tests
id: git id: git
uses: actions/github-script@v7 uses: actions/github-script@v8
with: with:
script: | script: |
let out = {ref: 'HEAD', ver: ''}; let out = {ref: 'HEAD', ver: ''};