Skip to content

Commit 94d5551

Browse files
chore(deps): update actions/github-script action to v8
1 parent b16ddff commit 94d5551

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
egress-policy: audit
2121
- name: Check if manual review has been performed
22-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
22+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
2323
id: labels
2424
with:
2525
script: |

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
egress-policy: audit
1818
- name: Check if manual review has been performed
19-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
19+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
2020
id: labels
2121
with:
2222
result-encoding: string

.github/workflows/missing-redirects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
egress-policy: audit
1919
- name: Check if manual review has been performed
20-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
20+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
2121
id: labels
2222
with:
2323
result-encoding: string

0 commit comments

Comments
 (0)