Bump third_party/googletest from 455fcb7
to e4fdb87
#442
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Cancelling previous actions runs. | |
'on': pull_request | |
jobs: | |
cancel: | |
name: auto-cancellation-running-action | |
runs-on: ubuntu-latest | |
steps: | |
- uses: fauguste/[email protected] | |
with: | |
githubToken: ${{ secrets.GITHUB_TOKEN }} |