Skip to content

Commit 8f0c4a7

Browse files
chore(deps): update actions/github-script action to v9 (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51fc996 commit 8f0c4a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-branch.yaml

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

0 commit comments

Comments
 (0)