From 7d56c353b1a9c12eaa46e50a527315a37e0ee7fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:05:17 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96184986..9793be30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: needs: release-please if: ${{ needs.release-please.outputs.release_created }} container: - image: "python:3.10" + image: "python:3.11" steps: - uses: actions/checkout@v3