@cryptotaxi247 / netdata-1 / commits / 332589597

Bump actions/setup-python from 4 to 5 (#16578)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Dec 11, 2023 at 10:57 UTC 3325895975ee0c51e3e33e94359484a2c67c51f5
3 files changed +3 -3
.github/workflows/build.yml
+1 -1
@@ -871,7 +871,7 @@ jobs:
871 with:
872 token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
873 - name: Init python environment for publish release metadata
874 - uses: actions/setup-python@v4
874 + uses: actions/setup-python@v5
875 id: init-python
876 with:
877 python-version: "3.12"
.github/workflows/monitor-releases.yml
+1 -1
@@ -27,7 +27,7 @@ jobs:
27 with:
28 token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
29 - name: Init python environment
30 - uses: actions/setup-python@v4
30 + uses: actions/setup-python@v5
31 id: init-python
32 with:
33 python-version: "3.12"
.github/workflows/review.yml
+1 -1
@@ -187,7 +187,7 @@ jobs:
187 submodules: recursive
188 fetch-depth: 0
189 - name: Setup Python
190 - uses: actions/setup-python@v4
190 + uses: actions/setup-python@v5
191 with:
192 python-version: "3.10"
193 - name: Run flake8