Skip to content

Commit b8a1c98

Browse files
authored
Merge pull request #21 from patchlevel/renovate/actions-github-script-8.x
Update actions/github-script action to v8
2 parents 97e588c + fc88afd commit b8a1c98

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)