We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fa500 commit 480f47aCopy full SHA for 480f47a
2 files changed
.github/workflows/publish_docker.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
python-version: "3.10"
31
- name: Set up Node.js
32
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
33
34
node-version: '24'
35
- name: Set up Docker QEMU for arm64 docker builds
.github/workflows/test_docker.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
- name: Install dependencies
0 commit comments