From 7d1898e4aa9502f7e5d73a9559610874abb47ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:11:42 +0000 Subject: [PATCH] Bump actions/setup-python from 4.8.0 to 5.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/b64ffcaf5b410884ad320a9cfac8866006a109aa...0a5c61591373683505ea898e09a3ea4f39ef2b9c) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog_generation.yml | 2 +- .github/workflows/check_changelog.yml | 2 +- .github/workflows/make_changelogs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changelog_generation.yml b/.github/workflows/changelog_generation.yml index 66a4d40d662a8..992e18f08e7c0 100644 --- a/.github/workflows/changelog_generation.yml +++ b/.github/workflows/changelog_generation.yml @@ -22,7 +22,7 @@ jobs: ref: dev-sierra token: ${{ secrets.BOT_TOKEN }} - name: Python setup - uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c with: python-version: '3.x' - name: Install depends diff --git a/.github/workflows/check_changelog.yml b/.github/workflows/check_changelog.yml index 410132c2b1411..4bb5b04d6d0b4 100644 --- a/.github/workflows/check_changelog.yml +++ b/.github/workflows/check_changelog.yml @@ -19,7 +19,7 @@ jobs: wget https://raw.githubusercontent.com/SierraBay/SierraBay12/dev-sierra/tools/changelog/sierra_check_changelog.py wget https://raw.githubusercontent.com/SierraBay/SierraBay12/dev-sierra/tools/changelog/tags.yml - name: Установка Python - uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c with: python-version: '3.x' - name: Установка зависимостей diff --git a/.github/workflows/make_changelogs.yml b/.github/workflows/make_changelogs.yml index 781cb2930fd3d..ed085bb746494 100644 --- a/.github/workflows/make_changelogs.yml +++ b/.github/workflows/make_changelogs.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 25 - name: Python setup - uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c with: python-version: '3.x' - name: Install depends