Skip to content

Commit

Permalink
chore: switch buf action to new one (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: gruebel <[email protected]>
  • Loading branch information
gruebel authored Oct 3, 2024
1 parent af174ca commit 430bac6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: "pip"

- uses: bufbuild/buf-setup-action@v1.28.1
- uses: bufbuild/buf-action@v1
with:
github_token: ${{ github.token }}
setup_only: true

- name: Install hatch
run: pip install hatch
Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
cache: "pip"

- name: Run pre-commit
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

sast:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 430bac6

Please sign in to comment.