mirror of
https://github.com/coturn/coturn.git
synced 2025-11-01 15:31:00 +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:
parent
99cc8aaa65
commit
0a95c8435a
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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: ''};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user