Skip to content

Commit

Permalink
chore(deps): Update github actions deps (#1652)
Browse files Browse the repository at this point in the history
chore(deps): update github actions deps

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 Jun 19, 2023
1 parent f21ecf7 commit 3dbb7b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yaml
Expand Up @@ -179,7 +179,7 @@ jobs:
go-version: 1.20.x
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.5.0
uses: golangci/golangci-lint-action@v3.6.0
with:
version: latest
args: '--config=.golangci.yaml -v'
Expand All @@ -194,7 +194,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/buf-setup-action@v1.20.0
uses: bufbuild/buf-setup-action@v1.21.0
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/buf-setup-action@v1.20.0
uses: bufbuild/buf-setup-action@v1.21.0
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/buf-setup-action@v1.20.0
uses: bufbuild/buf-setup-action@v1.21.0
with:
github_token: ${{ github.token }}

Expand Down

0 comments on commit 3dbb7b1

Please sign in to comment.