Skip to content

Commit

Permalink
chore: Update multiple dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent bb610fd commit 5ca91a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-protos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: bufbuild/buf-setup-action@v1.19.0
- uses: bufbuild/buf-setup-action@v1.27.2

- name: Verify that protos build.
run: buf build common-components/proto
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aip-site-generator==0.6.0
aip-site-generator==0.6.4

0 comments on commit 5ca91a4

Please sign in to comment.