From a671f5049e7f14d38c3019cef976d58f839449b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:52:45 +0000 Subject: [PATCH] chore: Update multiple dependencies --- .github/workflows/build-and-publish-protos.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/test.yaml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-publish-protos.yaml b/.github/workflows/build-and-publish-protos.yaml index f60b0c47..c7c2a3ca 100644 --- a/.github/workflows/build-and-publish-protos.yaml +++ b/.github/workflows/build-and-publish-protos.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: bufbuild/buf-setup-action@v1.19.0 + - uses: bufbuild/buf-setup-action@v1.35.0 - name: Verify that protos build. run: buf build common-components/proto diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3f0810e0..c7a50019 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,7 +7,7 @@ on: jobs: github-pages: runs-on: ubuntu-latest - container: python:3.8 + container: python:3.12 steps: - uses: actions/checkout@v3 - name: Install system dependencies. diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 37735f2b..f0e3cc68 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,7 +7,7 @@ on: jobs: build: runs-on: ubuntu-latest - container: python:3.8 + container: python:3.12 steps: - uses: actions/checkout@v3 - name: Install the site-generator diff --git a/requirements.txt b/requirements.txt index 133b5571..971b0c8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -aip-site-generator==0.6.0 +aip-site-generator==0.6.4