From 60e386267b408e761d2bcd9e85d270974b2c80ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 08:35:25 +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 bde9ab8..898a5ec 100644 --- a/.github/workflows/create-tag-and-release.yml +++ b/.github/workflows/create-tag-and-release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # Necessary for scripts to access all tags and .github/release.yml - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x'