Bump third_party/libsbp from b9860dc
to 9415861
#441
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 }} |