Update python Docker tag to v3.12.0
books / lint (push) Successful in 2m17s Details
books / epub (push) Successful in 3m37s Details

This commit is contained in:
Renovate Bot 2023-10-03 06:53:01 +00:00
parent d26b041ca2
commit bf1163ab88
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-latest
container: python:3.11.5
container: python:3.12.0
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
@ -16,7 +16,7 @@ jobs:
epub:
runs-on: ubuntu-latest
container: python:3.11.5
container: python:3.12.0
needs: [lint]
steps:
- run: apt-get update