From c610867a4071241aeed1e26e9a44dfaa09dc41dc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Feb 2024 06:37:28 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.2 --- .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 f266be0..df8a4b9 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.12.1 + container: python:3.12.2 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.12.1 + container: python:3.12.2 needs: [lint] steps: - run: apt-get update