From bf29b9c986421ed8c0c44b66e92b9436d6f70e63 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Sep 2023 06:50:45 +0000 Subject: [PATCH] Update python Docker tag to v3.11.5 --- .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 fe5256b..ffc99e4 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.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 -- 2.45.2