Skip to content

Commit

Permalink
ci: update action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Dec 13, 2022
1 parent 69bc0e6 commit e75b203
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check-buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-breaking-action@v1
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/buf-push-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
push-buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-breaking-action@v1
Expand All @@ -31,9 +31,9 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.17
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Checkout protogen-go repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: instill-ai/protogen-go
path: ./protogen-go
Expand Down Expand Up @@ -69,9 +69,9 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.17
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Checkout protogen-python repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: instill-ai/protogen-python
path: ./protogen-python
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
command: manifest
config-file: release-please/config.json
manifest-file: release-please/manifest.json
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.botGitHubToken }}
- name: Import GPG Key
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
if: ${{ needs.release-please.outputs.RELEASE_CREATED }}
steps:
- name: Checkout protogen-go repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: instill-ai/protogen-go
path: ./protogen-go
Expand All @@ -79,7 +79,7 @@ jobs:
if: ${{ needs.release-please.outputs.RELEASE_CREATED }}
steps:
- name: Checkout protogen-python repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: instill-ai/protogen-python
path: ./protogen-python
Expand Down

0 comments on commit e75b203

Please sign in to comment.