Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkang committed Jan 26, 2024
1 parent 2886f60 commit 6d7ef13
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: gRPC Cache
id: cache-grpc
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: gRPC${{ matrix.grpc_version }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build_cxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: gRPC Cache
id: cache-grpc
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: gRPC${{ matrix.grpc_version }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
submodules: 'true'

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Download demo_cxx_hello
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: demo_cxx_hello-gRPC${{ matrix.grpc_version }}-${{ runner.os }}-${{ runner.arch }}
- name: Test demo_cxx_hello
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/bot_protoc_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with: { submodules: true }
- run: git submodule update --recursive --remote
shell: bash
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-setup-action@v1.29.0
- uses: bufbuild/buf-lint-action@v1.1.0

- name: Setup gRPC
id: cache-grpc
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: gRPC${{ matrix.grpc_version }}
with:
Expand All @@ -33,7 +33,7 @@ jobs:
key: ${{ env.cache-name }} ${{ runner.os }} ${{ runner.arch }} ${{ matrix.build_type }}

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with: { go-version: 1.19 }

- name: Generate
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with: { submodules: true }
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-setup-action@v1.29.0
- uses: bufbuild/buf-lint-action@v1.1.0
#lint-proto
#jobs

0 comments on commit 6d7ef13

Please sign in to comment.