There was an error while loading. Please reload this page.
2 parents fe27245 + 443f626 commit 4f52c49Copy full SHA for 4f52c49
2 files changed
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
node-version: ${{ matrix.node-version }}
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v7
36
37
python-version: ${{ matrix.python-version }}
38
- name: Cached node_modules
.github/workflows/milestone-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
registry-url: https://registry.npmjs.org/
28
package-manager-cache: false # never use caching in release builds
29
- name: Set up Python
30
31
python-version: 3.14
- name: Set git user
0 commit comments