Skip to content

Commit eee81a3

Browse files
this too
1 parent 4033623 commit eee81a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-size.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- id: config
1818
name: Build PR size label config
19-
uses: actions/github-script@v7
19+
uses: actions/github-script@v8
2020
with:
2121
result-encoding: string
2222
script: |
@@ -64,7 +64,7 @@ jobs:
6464
issues: write
6565
steps:
6666
- name: Ensure PR size labels exist
67-
uses: actions/github-script@v7
67+
uses: actions/github-script@v8
6868
env:
6969
PR_SIZE_LABELS_JSON: ${{ needs.prepare-config.outputs.labels_json }}
7070
with:
@@ -125,7 +125,7 @@ jobs:
125125
cancel-in-progress: true
126126
steps:
127127
- name: Sync PR size label
128-
uses: actions/github-script@v7
128+
uses: actions/github-script@v8
129129
env:
130130
PR_SIZE_LABELS_JSON: ${{ needs.prepare-config.outputs.labels_json }}
131131
with:

0 commit comments

Comments
 (0)