Skip to content

Commit

Permalink
Merge pull request #3 from sfblackl-intel/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
sfblackl-intel authored Mar 28, 2024
2 parents 3e9abf8 + 3c611e6 commit e81448d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/email-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Validate author email
if: ${{ endsWith(steps.author.outputs.EMAIL, 'noreply.github.com') }}
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
EMAIL: ${{ steps.author.outputs.EMAIL }}
with:
Expand Down

0 comments on commit e81448d

Please sign in to comment.