Skip to content

Commit 97b6fbe

Browse files
authored
[toolbox] Update versions (#238)
## Changes - Update versions for release ## Checklist - [x] 🤖 This change is covered by unit tests as required. - [ ] 🤹 All required manual testing has been performed. - [x] 🛡️ Security impacts have been considered. - [x] 📖 All documentation updates are complete. - [ ] 🧠 This change does not change third-party dependencies
1 parent 717c56b commit 97b6fbe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/toolbox.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
7878
with:
7979
repo: "Open-CMSIS-Pack/devtools"
80-
version: tags/tools/buildmgr/2.6.0
80+
version: tags/tools/buildmgr/2.7.0
8181
file: cbuild_install.sh
8282
target: toolbox/cbuild_install.sh
8383
token: ${{ secrets.GITHUB_TOKEN }}
@@ -86,7 +86,7 @@ jobs:
8686
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
8787
with:
8888
repo: "Open-CMSIS-Pack/devtools"
89-
version: tags/tools/projmgr/2.6.0
89+
version: tags/tools/projmgr/2.7.0
9090
file: projmgr.zip
9191
target: toolbox/projmgr.zip
9292
token: ${{ secrets.GITHUB_TOKEN }}
@@ -95,7 +95,7 @@ jobs:
9595
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
9696
with:
9797
repo: "Open-CMSIS-Pack/generator-bridge"
98-
version: tags/v0.9.12
98+
version: tags/v0.9.14
9999
regex: true
100100
file: "cbridge_.*\\.(zip|gz)"
101101
target: "toolbox/"
@@ -105,7 +105,7 @@ jobs:
105105
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
106106
with:
107107
repo: "Open-CMSIS-Pack/cbuild"
108-
version: tags/v2.6.1
108+
version: tags/v2.7.0
109109
regex: true
110110
file: "cbuild_.*\\.(zip|gz)"
111111
target: "toolbox/"
@@ -115,7 +115,7 @@ jobs:
115115
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
116116
with:
117117
repo: "Open-CMSIS-Pack/cbuild2cmake"
118-
version: tags/v0.9.4
118+
version: tags/v0.9.5
119119
regex: true
120120
file: "cbuild2cmake_.*\\.(zip|gz)"
121121
target: "toolbox/"
@@ -125,7 +125,7 @@ jobs:
125125
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
126126
with:
127127
repo: "Open-CMSIS-Pack/cpackget"
128-
version: tags/v2.1.4
128+
version: tags/v2.1.5
129129
regex: true
130130
file: "cpackget_.*\\.(zip|gz)"
131131
target: "toolbox/"
@@ -268,8 +268,8 @@ jobs:
268268
- name: Copy Files
269269
shell: bash
270270
run: |
271-
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PACK.xsd --output distribution/etc/PACK.xsd
272-
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PackIndex.xsd --output distribution/etc/PackIndex.xsd
271+
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.44/schema/PACK.xsd --output distribution/etc/PACK.xsd
272+
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.44/schema/PackIndex.xsd --output distribution/etc/PackIndex.xsd
273273
cp ./buildmgr/bin/cbuildgen${{ matrix.temp_extension }}-${{ matrix.arch }} ./distribution/bin/cbuildgen${{ matrix.binary_extension }}
274274
cp -r ./buildmgr/etc/* ./distribution/etc
275275
rm ./distribution/etc/setup

0 commit comments

Comments
 (0)