Skip to content

Commit 248c1dc

Browse files
Merge branch 'main' into glum-v3
2 parents bb0a188 + 5e83a45 commit 248c1dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v4
32-
- uses: actions/setup-python@v4
32+
- uses: actions/setup-python@v5
3333
name: Install Python
3434
with:
3535
python-version: '3.11'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Add micromamba to GITHUB_PATH
1717
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
1818
- name: Install Python 3.11
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.11"
2222
- name: Run pre-commit checks

0 commit comments

Comments
 (0)