From 0894d5269b9f94df05a63f2844c1cdf9199c922b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 02:50:06 +0000 Subject: [PATCH] Bump evvanErb/get-github-email-by-username-action from 1.25 to 2.0 Bumps [evvanErb/get-github-email-by-username-action](https://github.com/evvanerb/get-github-email-by-username-action) from 1.25 to 2.0. - [Release notes](https://github.com/evvanerb/get-github-email-by-username-action/releases) - [Commits](https://github.com/evvanerb/get-github-email-by-username-action/compare/v1.25...v2.0) --- updated-dependencies: - dependency-name: evvanErb/get-github-email-by-username-action dependency-version: '2.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d82911f91..fe01442a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,7 @@ jobs: - name: Get email id: get_email - uses: evvanErb/get-github-email-by-username-action@v1.25 + uses: evvanErb/get-github-email-by-username-action@v2.0 with: github-username: ${{ github.actor }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 2f59a58a5..48e13c284 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -45,7 +45,7 @@ jobs: - name: Get email id: get_email - uses: evvanErb/get-github-email-by-username-action@v1.25 + uses: evvanErb/get-github-email-by-username-action@v2.0 with: github-username: ${{ github.actor }}