Skip to content

Commit 15f73f1

Browse files
chore(deps): update actions/github-script action to v8
1 parent 95a2c81 commit 15f73f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Find GitHub username by email
4444
id: find_user
45-
uses: actions/github-script@v7
45+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
4646
with:
4747
script: |
4848
const email = process.env['AUTHOR_EMAIL'] || '${{ steps.last_author.outputs.author_email }}';

0 commit comments

Comments
 (0)