From af4955dbded11011aa6b968b20a7d962956bf0b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 08:08:47 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12 (#207) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 faf4c8b..4cc4220 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.11" + image: "python:3.12" steps: - uses: actions/checkout@v4