Skip to content

Commit 1109e10

Browse files
committed
Update fpm-version-update.yml
1 parent 3b7303b commit 1109e10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fpm-version-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Trigger brew test-bot
9999
if: env.UPDATE_NEEDED == 'true' && steps.create-pr.outputs.pull-request-number
100-
uses: actions/github-script@7
100+
uses: actions/github-script@v7
101101
with:
102102
github-token: ${{ secrets.GITHUB_TOKEN }}
103103
script: |
@@ -150,7 +150,7 @@ jobs:
150150
151151
- name: Add pr-pull label
152152
if: env.UPDATE_NEEDED == 'true' && steps.create-pr.outputs.pull-request-number
153-
uses: actions/github-script@v6
153+
uses: actions/github-script@v7
154154
with:
155155
github-token: ${{ secrets.GITHUB_TOKEN }}
156156
script: |

0 commit comments

Comments
 (0)