From bf1163ab88a07a4129e86747ee44f196d674248b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Oct 2023 06:53:01 +0000 Subject: [PATCH] Update python Docker tag to v3.12.0 --- .gitea/workflows/books.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/books.yml b/.gitea/workflows/books.yml index ed47c98..731c630 100644 --- a/.gitea/workflows/books.yml +++ b/.gitea/workflows/books.yml @@ -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 -- 2.45.2