From 16fd1b77031f838dcfa4f0d29f9b2b3e53b9c0a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:05:53 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 4.6.0 to 4.7.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.6.0...v4.7.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... 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 35d57d7..ac3aa1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 2 - name: Set up Python - uses: actions/setup-python@v4.6.0 + uses: actions/setup-python@v4.7.1 with: python-version: "3.11"