Skip to content

Commit

Permalink
Update check-for-build-warnings.yml (#36974)
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist authored Sep 5, 2023
1 parent 0608b25 commit f65acf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-for-build-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- uses: dotnet/docs-tools/actions/status-checker@main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f65acf2

Please sign in to comment.