Skip to content

Commit

Permalink
chore(deps): update github actions deps (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 21, 2023
1 parent fa31446 commit 710fffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
check-latest: true

- name: golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
uses: golangci/golangci-lint-action@v3.7.0
with:
version: latest
args: '--config=.golangci.yaml --fix'
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/[email protected].0
uses: bufbuild/[email protected].1
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/[email protected].0
uses: bufbuild/[email protected].1

- name: Push to BSR
uses: bufbuild/[email protected]
Expand Down

0 comments on commit 710fffc

Please sign in to comment.