From 42cdddf5db33f77fc226a463ac4707a4b0d6e7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 03:03:24 +0000 Subject: [PATCH] ci: bump actions/setup-python from 4.5.0 to 5.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 a5a593e..2bcbf71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 2 - name: Set up Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v5.1.0 with: python-version: "3.11" - name: Install pip and poetry