Update python Docker tag to v3.11
divent / lint (push) Successful in 1m32s Details
divent / docker (push) Successful in 1m18s Details
divent / pypi (push) Has been skipped Details

This commit is contained in:
Renovate Bot 2023-09-11 06:52:13 +00:00
parent a40e8a711c
commit 87dac4ed14
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.8
container: python:3.11
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
@ -43,7 +43,7 @@ jobs:
pypi:
runs-on: ubuntu-latest
container: python:3.8
container: python:3.11
needs: [lint]
if: startsWith(gitea.ref, 'refs/tags')
env: