Skip to content

Commit

Permalink
chore: Update python Docker tag to v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2023
1 parent d8428b1 commit 3bf9dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 3bf9dbc

Please sign in to comment.