Bump third_party/libsbp from 84f224f
to 6ffb931
#416
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 }} |