Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 39f7284366 | |||
| 5f3b309bbf | |||
| ea4062d45f |
@@ -24,12 +24,12 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout and pull the code
|
- name: Checkout and pull the code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
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'
|
||||||
|
|
||||||
@@ -96,7 +96,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout and pull the code
|
- name: Checkout and pull the code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -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'
|
||||||
|
|
||||||
|
|||||||
@@ -20,12 +20,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Check out the repository locally'
|
- name: 'Check out the repository locally'
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
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