Skip to content

Commit

Permalink
🐛 バージョンの指定方法修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ikura-hamu committed Jan 12, 2025
1 parent e5ff213 commit 3de4bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proto-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
version: v1.49.0
version: 1.49.0
push: false

buf-gen:
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
version: v1.49.0
version: 1.49.0
setup_only: true

- name: Generate
Expand Down

0 comments on commit 3de4bd0

Please sign in to comment.