Skip to content

Commit

Permalink
chore(deps): Update github actions deps (#1494)
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 Mar 20, 2023
1 parent 54beb34 commit 19e7e0b
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
Expand Up @@ -186,7 +186,7 @@ jobs:
- uses: actions/checkout@v3

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

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

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

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

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

Expand Down

0 comments on commit 19e7e0b

Please sign in to comment.