From 141dbf572c8219d27f57d7d140807e26d449d604 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:01:47 +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..6922593 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.0 with: python-version: '3.8' - run: python -m pip install build twine --user