Skip to content

Commit c6beeee

Browse files
authored
Merge pull request #263 from tschoonj/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0
2 parents bf0b143 + 2f08647 commit c6beeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Visual Studio with ${{matrix.compiler}} and Python ${{ matrix.python-version }}
2323
steps:
2424
- uses: actions/checkout@v5
25-
- uses: actions/setup-python@v5.6.0
25+
- uses: actions/setup-python@v6.0.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install meson, ninja, numpy and cython

0 commit comments

Comments
 (0)