From b65d864cfede783b38fb1211ade15dbfd777670e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:23:29 +0000 Subject: [PATCH] chore(deps): Update actions/setup-python action to v5 --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index bab87ac..39ca679 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -15,7 +15,7 @@ jobs: - uses: baptiste0928/cargo-install@v2 with: crate: cargo-edit - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' - run: pip install semver