Skip to content

Commit 73724a9

Browse files
chore(deps): update actions/github-script action to v8
1 parent 80b13f4 commit 73724a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assign-copilot-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Assign Copilot as reviewer
16-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
16+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1717
with:
1818
github-token: ${{ secrets.COPILOT_ASSIGNING_PAT }}
1919
script: |

0 commit comments

Comments
 (0)