Skip to content

Commit 399fe2d

Browse files
Update actions/github-script action to v8
| datasource | package | from | to | | ----------- | --------------------- | ---- | -- | | github-tags | actions/github-script | v7 | v8 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df1a8cf commit 399fe2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939

4040
- name: Normalize current versions
4141
id: current
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
with:
4444
script: return context.ref.match(/([0-9]+\.[0-9]+)\.(x|[0-9]+)/i)[1];
4545
result-encoding: string
4646

4747
- name: Normalize latest versions
4848
id: latest
49-
uses: actions/github-script@v7
49+
uses: actions/github-script@v8
5050
with:
5151
script: return "${{steps.latest_release.outputs.release}}".match(/([0-9]+\.[0-9]+)\.[0-9]+/i)[1];
5252
result-encoding: string

0 commit comments

Comments
 (0)