Skip to content

Commit 2ef466b

Browse files
committed
[Actions] Updated .github/workflows/maintain-pr-description.yml
1 parent 07a955d commit 2ef466b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maintain-pr-description.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
github_token: ${{ github.token }}
5353

5454
- name: "Apply template and insert description"
55-
uses: actions/github-script@v7
55+
uses: actions/github-script@v8
5656
env:
5757
GENERATED_DESCRIPTION: ${{ steps.describe.outputs.description }}
5858
GITHUB_TOKEN: ${{ github.token }}
@@ -159,7 +159,7 @@ jobs:
159159
runs-on: ubuntu-latest
160160
steps:
161161
- name: Update PR description checkboxes
162-
uses: actions/github-script@v7
162+
uses: actions/github-script@v8
163163
with:
164164
script: |
165165
const maintainedMarker = '<!-- maintained-by-copilot -->';
@@ -298,7 +298,7 @@ jobs:
298298
runs-on: ubuntu-latest
299299
steps:
300300
- name: Update change type checkboxes based on PR files
301-
uses: actions/github-script@v7
301+
uses: actions/github-script@v8
302302
with:
303303
script: |
304304
const maintainedMarker = '<!-- maintained-by-copilot -->';

0 commit comments

Comments
 (0)