Merge pull request 'Update python Docker tag to v3.11.5' (#69) from renovate/python-3.x into master
All checks were successful
books / lint (push) Successful in 1m10s
books / epub (push) Successful in 2m54s

Reviewed-on: #69
This commit is contained in:
Michel Roux 2023-09-11 07:14:09 +00:00
commit fb445eb955

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-latest
container: python:3.11.4
container: python:3.11.5
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.4
container: python:3.11.5
needs: [lint]
steps:
- run: apt-get update