1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-01 07:21:04 +01:00

Upgrade actions/github-script from 6 to 7 version (#1316)

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] 2023-11-14 14:37:05 +01:00 committed by GitHub
parent 99cc8aaa65
commit 0a95c8435a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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