1 parent 219730b commit 800ad50Copy full SHA for 800ad50
2 files changed
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
runs-on: windows-2022
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: Set up Python
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
26
with:
27
python-version: "3.10"
28
architecture: x64
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Verify release version
if: startsWith(github.ref, 'refs/tags/')
@@ -30,7 +30,7 @@ jobs:
30
}
31
32
33
34
35
36
0 commit comments