Skip to content

Bump the actions-updates group across 1 directory with 2 updates #223

Bump the actions-updates group across 1 directory with 2 updates

Bump the actions-updates group across 1 directory with 2 updates #223

Workflow file for this run

name: Buf CI
on:
push:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.0
- uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0
with:
# Publishing schema changes to the BSR requires a BSR authentication token.
token: ${{ secrets.BUF_TOKEN }}