Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit caf3603

Browse files
authoredJun 17, 2024
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) and [bewuethr/yamllint-action](https://github.com/bewuethr/yamllint-action). Updates `bufbuild/buf-setup-action` from 1.32.2 to 1.33.0 - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.32.2...v1.33.0) Updates `bewuethr/yamllint-action` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/bewuethr/yamllint-action/releases) - [Commits](bewuethr/yamllint-action@v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: bewuethr/yamllint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1af922 commit caf3603

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎.github/workflows/automatic-api-update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version-regex: 'name = "authzed"\nversion = "(.+)"'
3131
version-change: "minor"
3232
- name: "Install buf"
33-
uses: "bufbuild/buf-setup-action@v1.32.2"
33+
uses: "bufbuild/buf-setup-action@v1.33.0"
3434
with:
3535
github_token: "${{ secrets.GITHUB_TOKEN }}"
3636
if: "steps.buf-update.outputs.updated == 'true'"

‎.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
steps:
1919
- uses: "actions/checkout@v4"
20-
- uses: "bewuethr/yamllint-action@v1.2.2"
20+
- uses: "bewuethr/yamllint-action@v1.3.0"
2121
with:
2222
config-file: ".yamllint"
2323
- uses: "actions/setup-python@v5"

‎.github/workflows/manual-api-update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
version-regex: 'name = "authzed"\nversion = "(.+)"'
3535
version-change: "minor"
3636
- name: "Install buf"
37-
uses: "bufbuild/buf-setup-action@v1.32.2"
37+
uses: "bufbuild/buf-setup-action@v1.33.0"
3838
with:
3939
github_token: "${{ secrets.GITHUB_TOKEN }}"
4040
if: "steps.buf-update.outputs.updated == 'true'"

‎.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
whereis protoc-gen-mypy
7575
whereis protoc-gen-mypy_grpc
7676
echo $GITHUB_PATH
77-
- uses: "bufbuild/buf-setup-action@v1.32.2"
77+
- uses: "bufbuild/buf-setup-action@v1.33.0"
7878
with:
7979
github_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)
Please sign in to comment.