Skip to content

Commit 5453ad5

Browse files
committed
switch buf action to new one
Signed-off-by: gruebel <[email protected]>
1 parent cb42cc0 commit 5453ad5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939
cache: "pip"
4040

41-
- uses: bufbuild/buf-setup-action@v1.28.1
41+
- uses: bufbuild/buf-action@v1
4242
with:
4343
github_token: ${{ github.token }}
44+
setup_only: true
4445

4546
- name: Install hatch
4647
run: pip install hatch
@@ -70,7 +71,7 @@ jobs:
7071
cache: "pip"
7172

7273
- name: Run pre-commit
73-
uses: pre-commit/[email protected].0
74+
uses: pre-commit/[email protected].1
7475

7576
sast:
7677
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)