Skip to content

Commit 83df03f

Browse files
authored
Merge pull request #760 from fabriciofx/renovate/actions-github-script-9.x
Update actions/github-script action to v9
2 parents 0511bd8 + e37da4e commit 83df03f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/java-central-release-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-24.04
4040
steps:
4141
- name: Check workflow status
42-
uses: actions/github-script@v8
42+
uses: actions/github-script@v9
4343
with:
4444
script: |
4545
const { data: branch } = await github.rest.repos.getBranch({

.github/workflows/java-github-release-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
steps:
2626
- name: Check workflow status
27-
uses: actions/github-script@v8
27+
uses: actions/github-script@v9
2828
with:
2929
script: |
3030
const { data: branch } = await github.rest.repos.getBranch({

0 commit comments

Comments
 (0)