From cc2bfb1e4e6d6a4bd4dc522d456c625913a247b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:32:02 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v2.3.4 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f8285ee..9dbe223 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -60,7 +60,7 @@ jobs: - run: npm ci - run: npx openapi bundle reference/*.yaml --ext json -o dist/toaztr - run: cp dist/toaztr* pkg/pypi/src/toaztr_specs/ - - uses: actions/setup-python@v2.2.2 + - uses: actions/setup-python@v2.3.4 with: python-version: '3.8' - run: python -m pip install build twine --user