Skip to content

Commit 378bf76

Browse files
authored
chore(deps): update actions/github-script action to v8 (#180)
2 parents 4743494 + 8ee63b6 commit 378bf76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
path: build/libs/*.jar
7575
- name: Get JAR Artifact Download URL
7676
id: get-artifact-url
77-
uses: actions/github-script@v7
77+
uses: actions/github-script@v8
7878
with:
7979
script: |
8080
const runId = context.runId;

.github/workflows/label-listener.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check for publish-pr label event
14-
uses: actions/github-script@v7
14+
uses: actions/github-script@v8
1515
with:
1616
script: |
1717
const label = context.payload.label?.name;

0 commit comments

Comments
 (0)