From f52fae31969ef92161cc3d4f82ccdc6a14e07c2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:56:03 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 --- .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..a4163f4 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@v5.1.1 with: python-version: '3.8' - run: python -m pip install build twine --user