Bump actions/checkout from 5.0.0 to 5.0.1 #434
This file contains hidden or 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: BC Check | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| roave_bc_check: | |
| name: Roave BC Check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/[email protected] | |
| - name: fetch tags | |
| run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | |
| - name: Roave BC Check | |
| uses: docker://nyholm/roave-bc-check-ga |