File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 github_token : ${{ github.token }}
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 # Lint your Protobuf sources
2323 - uses : bufbuild/buf-lint-action@v1
2424 with :
3232 with :
3333 github_token : ${{ github.token }}
3434 - name : Checkout repository
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 - name : Buf format check
3737 run : buf format -d --exit-code
3838
4444 with :
4545 github_token : ${{ github.token }}
4646 - name : Checkout repository
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 # Run breaking change detection against the last commit
4949 - uses : bufbuild/buf-breaking-action@v1
5050 with :
5555 validate-schema :
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v5
5959
6060 # Use ajv to validate schema
6161 - name : Setup node
Original file line number Diff line number Diff line change 3737 if : ${{ needs.release-please.outputs.releases_created && needs.release-please.outputs.buf_release_tag }}
3838 steps :
3939 # Run `git checkout`
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 with :
4242 ref : ${{ needs.release-please.outputs.buf_release_tag }}
4343 # Install the `buf` CLI
5353 if : ${{ needs.release-please.outputs.releases_created && needs.release-please.outputs.json_release_tag }}
5454 steps :
5555 # Run `git checkout`
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 with :
5858 ref : ${{ needs.release-please.outputs.json_release_tag }}
5959 - uses : JasonEtco/create-an-issue@v2
You can’t perform that action at this time.
0 commit comments