Skip to content

Commit

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

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 27, 2023
1 parent 5fa9390 commit f19a9f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- uses: actions/checkout@v3

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.0.2
- uses: amannn/action-semantic-pull-request@v5.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v3

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

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

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

Expand Down

0 comments on commit f19a9f3

Please sign in to comment.