Skip to content

Commit 3bd06a8

Browse files
authored
Merge pull request #168 from authzed/dependabot/github_actions/github-actions-f7ffcb1221
Bump the github-actions group across 1 directory with 2 updates
2 parents a1af922 + caf3603 commit 3bd06a8

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)