File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-22.04
24
24
steps :
25
25
- uses : actions/checkout@v4
26
- - uses : bufbuild/buf-setup-action@v1.40.1
26
+ - uses : bufbuild/buf-setup-action@v1.42.0
27
27
with :
28
28
version : v${{ env.BUF_CLI_VERSION }}
29
29
github_token : ${{ secrets.GITHUB_TOKEN }}
35
35
deployments : write
36
36
steps :
37
37
- uses : actions/checkout@v4
38
- - uses : bufbuild/buf-setup-action@v1.40.1
38
+ - uses : bufbuild/buf-setup-action@v1.42.0
39
39
with :
40
40
version : v${{ env.BUF_CLI_VERSION }}
41
41
github_token : ${{ secrets.GITHUB_TOKEN }}
60
60
runs-on : ubuntu-22.04
61
61
steps :
62
62
- uses : actions/checkout@v4
63
- - uses : bufbuild/buf-setup-action@v1.40.1
63
+ - uses : bufbuild/buf-setup-action@v1.42.0
64
64
with :
65
65
github_token : ${{ github.token }}
66
66
# TODO (arm-versioning): Arm versioning by removing the comments of the following lines
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 2
28
- - uses : bufbuild/buf-setup-action@v1.40.1
28
+ - uses : bufbuild/buf-setup-action@v1.42.0
29
29
with :
30
30
version : ${{ env.BUF_CLI_VERSION }}
31
31
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments