build(deps): bump actions/setup-python from 5 to 6 (#20936)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Sep 8, 2025 at 09:10 UTC
aad81e7d1bc9bcccc6f572bcbc5514234ee10962
3 files changed
+3
-3
.github/workflows/build.yml
+1
-1
@@ -807,7 +807,7 @@ jobs:
807
with:
808
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
809
- name: Init python environment for publish release metadata
810
- uses: actions/setup-python@v5
810
+ uses: actions/setup-python@v6
811
id: init-python
812
with:
813
python-version: "3.12"
.github/workflows/monitor-releases.yml
+1
-1
@@ -35,7 +35,7 @@ jobs:
35
echo "RELEASE_CHANNEL=stable" >> "${GITHUB_ENV}"
36
fi
37
- name: Init Python environment
38
- uses: actions/setup-python@v5
38
+ uses: actions/setup-python@v6
39
id: init-python
40
with:
41
python-version: "3.12"
.github/workflows/review.yml
+1
-1
@@ -167,7 +167,7 @@ jobs:
167
submodules: recursive
168
fetch-depth: 0
169
- name: Setup Python
170
- uses: actions/setup-python@v5
170
+ uses: actions/setup-python@v6
171
with:
172
python-version: "3.10"
173
- name: Run flake8