Skip to content

Commit 98df00d

Browse files
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 827540d commit 98df00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
with:
247247
persist-credentials: false
248248
- name: "Set up Python"
249-
uses: actions/setup-python@v5
249+
uses: actions/setup-python@v6
250250
with:
251251
python-version: '3.13'
252252
- name: "Set up Numba"
@@ -273,7 +273,7 @@ jobs:
273273
with:
274274
persist-credentials: false
275275
- name: "Set up Python"
276-
uses: actions/setup-python@v5
276+
uses: actions/setup-python@v6
277277
with:
278278
python-version: '3.13'
279279
- name: "Set up NumPy"

0 commit comments

Comments
 (0)