Skip to content

build(deps): bump gorm.io/driver/postgres from 1.6.0 to 1.6.1 #176

build(deps): bump gorm.io/driver/postgres from 1.6.0 to 1.6.1

build(deps): bump gorm.io/driver/postgres from 1.6.0 to 1.6.1 #176

Workflow file for this run

name: Buf
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
protobuf:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
fetch-tags: true
fetch-depth: 0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: latest
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: stable
- run: |
go install github.com/twitchtv/twirp/protoc-gen-twirp
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
with:
token: ${{ secrets.BUF_TOKEN }}
breaking: false