Skip to content

Commit 258bf55

Browse files
dependabot[bot]jdavid
authored andcommitted
chore(CI): bump actions/setup-python from 6 to 7 in the actions group
Bumps the 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: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7fdcd6 commit 258bf55

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v7
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v6
20+
uses: actions/setup-python@v7
2121
with:
2222
python-version: '3.13'
2323

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# avoid leaking credentials in uploaded artifacts
2626
persist-credentials: false
2727

28-
- uses: actions/setup-python@v6
28+
- uses: actions/setup-python@v7
2929
with:
3030
python-version: '3.13'
3131

@@ -73,7 +73,7 @@ jobs:
7373
os: windows-11-arm
7474

7575
steps:
76-
- uses: actions/setup-python@v6
76+
- uses: actions/setup-python@v7
7777
with:
7878
python-version: '3.13'
7979

@@ -113,7 +113,7 @@ jobs:
113113
cibw_arch: riscv64
114114

115115
steps:
116-
- uses: actions/setup-python@v6
116+
- uses: actions/setup-python@v7
117117
with:
118118
python-version: '3.13'
119119

0 commit comments

Comments
 (0)