Skip to content

Commit 5ab71eb

Browse files
authored
Merge pull request #1104 from JeffersonLab/dependabot/github_actions/evvanErb/get-github-email-by-username-action-2.0
Bump evvanErb/get-github-email-by-username-action from 1.25 to 2.0
2 parents 8f0fbbf + 0894d52 commit 5ab71eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Get email
112112
id: get_email
113-
uses: evvanErb/get-github-email-by-username-action@v1.25
113+
uses: evvanErb/get-github-email-by-username-action@v2.0
114114
with:
115115
github-username: ${{ github.actor }}
116116

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Get email
4747
id: get_email
48-
uses: evvanErb/get-github-email-by-username-action@v1.25
48+
uses: evvanErb/get-github-email-by-username-action@v2.0
4949
with:
5050
github-username: ${{ github.actor }}
5151

0 commit comments

Comments
 (0)