Skip to content

Commit 8516237

Browse files
Merge pull request #221 from trilobitech/renovate/actions-github-script-9.x
chore(deps): update actions/github-script action to v9
2 parents 1db4a24 + b6fd4e4 commit 8516237

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/approve-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Find release PR
1515
id: find-pr
16-
uses: actions/github-script@v7
16+
uses: actions/github-script@v9
1717
with:
1818
script: |
1919
const { data: pullRequests } = await github.rest.pulls.list({
@@ -70,7 +70,7 @@ jobs:
7070
if: ${{ needs.finds-release-pr.outputs.appVersion == needs.get-latest-android-app-version.outputs.appVersion }}
7171
steps:
7272
- name: Add autoapproval Label
73-
uses: actions/github-script@v7
73+
uses: actions/github-script@v9
7474
with:
7575
script: |
7676
const prNumber = ${{ needs.finds-release-pr.outputs.prNumber }};

.github/workflows/publish-automatic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- name: Get pull request labels
4848
id: get_labels
49-
uses: actions/github-script@v7
49+
uses: actions/github-script@v9
5050
with:
5151
script: |
5252
const { data: labels } = await github.rest.issues.listLabelsOnIssue({
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Add Google Play Submitted label
66-
uses: actions/github-script@v7
66+
uses: actions/github-script@v9
6767
with:
6868
script: |
6969
const prNumber = context.payload.pull_request.number;

0 commit comments

Comments
 (0)