Skip to content

Commit 8bef22c

Browse files
chore: Update multiple dependencies
1 parent febea74 commit 8bef22c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/build-and-publish-protos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212

13-
- uses: bufbuild/buf-setup-action@v1.19.0
13+
- uses: bufbuild/buf-setup-action@v1.34.0
1414

1515
- name: Verify that protos build.
1616
run: buf build common-components/proto

Diff for: .github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
github-pages:
99
runs-on: ubuntu-latest
10-
container: python:3.8
10+
container: python:3.12
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Install system dependencies.

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
container: python:3.8
10+
container: python:3.12
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Install the site-generator

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aip-site-generator==0.6.0
1+
aip-site-generator==0.6.4

0 commit comments

Comments
 (0)