Skip to content

Commit

Permalink
Merge pull request #46 from dotnet/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…github-script-7.0.0

Bump actions/github-script from 6.4.1 to 7.0.0
  • Loading branch information
github-actions[bot] committed Nov 15, 2023
2 parents ab00a45 + 628f788 commit 22b488d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/live-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
- uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0
env:
SHOULD_COMMENT: ${{ github.base_ref == 'refs/heads/live' && !(github.event.issue.user.login == 'cxwtool' || github.head_ref == 'refs/heads/main') }}
with:
Expand Down

0 comments on commit 22b488d

Please sign in to comment.