Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 39f7284366 |
@@ -29,7 +29,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Set the Python programming language
|
- name: Set the Python programming language
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: '3.14'
|
python-version: '3.14'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
meshbook.py
|
meshbook.py
|
||||||
|
|
||||||
- name: Setup the Go programming language
|
- name: Setup the Go programming language
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
|
|
||||||
@@ -144,7 +144,7 @@ jobs:
|
|||||||
meshbook.py
|
meshbook.py
|
||||||
|
|
||||||
- name: Setup the Go programming language
|
- name: Setup the Go programming language
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
lfs: false
|
lfs: false
|
||||||
|
|
||||||
- uses: actions/setup-go@v6
|
- uses: actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
go-version: 1.26
|
go-version: 1.26
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user