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] committed May 23, 2023
1 parent 3344af4 commit cae5544
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
github-pages:
runs-on: ubuntu-latest
container: python:3.8
container: python:3.11
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.11
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 cae5544

Please sign in to comment.