There was an error while loading. Please reload this page.
1 parent 67cd256 commit 69377a4Copy full SHA for 69377a4
2 files changed
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
fetch-depth: 0 #full history
27
- name: Set up Python
28
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
29
30
python-version: "3.13"
31
- name: Install and configure Poetry (this should ideally be done from pyproject.toml but..)
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Check out source repository
11
uses: actions/checkout@v5
12
13
14
15
16
0 commit comments