From f5cf47c209860c29e63d592014ab951607f4f157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:34:55 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-new-tag.yml | 2 +- .github/workflows/create-tag-and-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-new-tag.yml b/.github/workflows/create-new-tag.yml index 5231a76..36ece47 100644 --- a/.github/workflows/create-new-tag.yml +++ b/.github/workflows/create-new-tag.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 # Fetch all history so we can get all tags - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' diff --git a/.github/workflows/create-tag-and-release.yml b/.github/workflows/create-tag-and-release.yml index 8ec8559..b44e6d2 100644 --- a/.github/workflows/create-tag-and-release.yml +++ b/.github/workflows/create-tag-and-release.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 # Necessary for scripts to access all tags and .github/release.yml - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.x'