Skip to content

Commit

Permalink
Update buf-setup-action to use v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Jul 17, 2023
1 parent 153f38b commit 324106b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "PLUGINS=${val}" >> $GITHUB_ENV
fi
- name: Install buf cli
uses: bufbuild/buf-setup-action@v1.23.1
uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ github.token }}
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
check-latest: true
cache: true
- name: Install buf cli
uses: bufbuild/buf-setup-action@v1.23.1
uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ github.token }}
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "PLUGINS=${val}" >> $GITHUB_ENV
fi
- name: Install buf cli
uses: bufbuild/buf-setup-action@v1.23.1
uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ github.token }}
- name: Set up QEMU
Expand Down

0 comments on commit 324106b

Please sign in to comment.