Skip to content

Commit 1886092

Browse files
chore(deps): update actions/github-script action to v9
1 parent 2415e9d commit 1886092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- name: Determine PR Coordinates
5252
id: prep
53-
uses: actions/github-script@v8
53+
uses: actions/github-script@v9
5454
with:
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
5656
script: |

.github/workflows/gitlab-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Add GitLab trigger comment
17-
uses: actions/github-script@v8
17+
uses: actions/github-script@v9
1818
with:
1919
script: |
2020
const prNumber = context.payload.pull_request.number;

0 commit comments

Comments
 (0)