From a3bbfda61c1c773c4181c1bb7561ca448026d8ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:06:04 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- .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 8047124a..51720d14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: needs: release-please if: ${{ needs.release-please.outputs.release_created }} container: - image: "python:3.12" + image: "python:3.13" steps: - uses: actions/checkout@v4