Skip to content

Commit aa61ef0

Browse files
chore: bump actions/setup-python from 6 to 7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e31f18 commit aa61ef0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v7
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: '3.13'
2626

.github/workflows/syntax-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v7
12-
- uses: actions/setup-python@v6
12+
- uses: actions/setup-python@v7
1313
with:
1414
python-version: '3.13'
1515
- name: Check syntax of all Python files

0 commit comments

Comments
 (0)