3 Commits

Author SHA1 Message Date
Renovate Bot 39f7284366 chore(deps): update workflow dependencies to v7
renovate/stability-days Updates have met minimum release age requirement
Lint Golang Files / Golang-Lint (pull_request) Successful in 19m30s
2026-07-26 00:20:11 +00:00
daanselen 5f3b309bbf Merge pull request 'chore(deps): update actions/checkout action to v7' (#5) from renovate/major-workflow-dependencies into main
Reviewed-on: #5
2026-07-11 09:54:14 +00:00
Renovate Bot ea4062d45f chore(deps): update actions/checkout action to v7
renovate/stability-days Updates have met minimum release age requirement
Lint Golang Files / Golang-Lint (pull_request) Successful in 16m51s
2026-06-22 19:03:28 +00:00
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -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'
+2 -2
View File
@@ -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