Skip to content

Commit f631b32

Browse files
chore(deps): bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75473e5 commit f631b32

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fetch-depth: 1
6767

6868
- name: Set up Python (for scripts.lib.tier_policy)
69-
uses: actions/setup-python@v6
69+
uses: actions/setup-python@v7
7070
with:
7171
python-version: '3.13'
7272

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
find . -name '*.pyc' -type f -print -delete
5757
5858
- name: Set up Python 3.13
59-
uses: actions/setup-python@v6
59+
uses: actions/setup-python@v7
6060
with:
6161
python-version: '3.13'
6262
cache: 'pip'
@@ -211,7 +211,7 @@ jobs:
211211
uses: actions/checkout@v7
212212

213213
- name: Set up Python 3.13
214-
uses: actions/setup-python@v6
214+
uses: actions/setup-python@v7
215215
with:
216216
python-version: '3.13'
217217
cache: 'pip'

.github/workflows/update-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ secrets.GH_PAT || secrets.GITHUB_TOKEN }}
4444

4545
- name: Set up Python
46-
uses: actions/setup-python@v6
46+
uses: actions/setup-python@v7
4747
with:
4848
python-version: '3.13'
4949

0 commit comments

Comments
 (0)