Skip to content

Commit c5b6014

Browse files
chore(deps): update actions/github-script action to v8
1 parent 46c76d0 commit c5b6014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/a11y.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Extract and Pair AEM Preview URLs
1515
id: extract_urls
16-
uses: actions/github-script@v7
16+
uses: actions/github-script@v8
1717
with:
1818
script: |
1919
const prBody = context.payload.pull_request.body || '';
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Post accessibility summary comment
129129
if: always() && steps.generate_report.outcome == 'success'
130-
uses: actions/github-script@v7
130+
uses: actions/github-script@v8
131131
with:
132132
github-token: ${{ secrets.GITHUB_TOKEN }}
133133
script: |

0 commit comments

Comments
 (0)