Skip to content

Commit

Permalink
Bump action versions, use github token
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Nov 22, 2024
1 parent b1e1ea7 commit 5199e7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
name: "Lint & Publish Draft/Branch"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "authzed/actions/yaml-lint@main"
- uses: "bufbuild/[email protected]"
with:
github_token: "${{ github.token }}"
- uses: "bufbuild/buf-lint-action@v1"
- uses: "bufbuild/buf-breaking-action@v1"
if: "github.event_name == 'pull_request'"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
name: "Push BSR tag"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "bufbuild/buf-setup-action@v1.32.2"
- uses: "actions/checkout@v4"
- uses: "bufbuild/buf-setup-action@v1.47.2"
with:
version: "1.30.0"
github_token: "${{ github.token }}"
- name: "push release name to BSR"
run:
"buf push --tag ${{ github.ref_name }}"
Expand Down

0 comments on commit 5199e7b

Please sign in to comment.