Skip to content

Commit

Permalink
[toolbox] Update versions (#238)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
brondani authored Dec 16, 2024
1 parent 717c56b commit 97b6fbe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/buildmgr/2.6.0
version: tags/tools/buildmgr/2.7.0
file: cbuild_install.sh
target: toolbox/cbuild_install.sh
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -86,7 +86,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/projmgr/2.6.0
version: tags/tools/projmgr/2.7.0
file: projmgr.zip
target: toolbox/projmgr.zip
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -95,7 +95,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
with:
repo: "Open-CMSIS-Pack/generator-bridge"
version: tags/v0.9.12
version: tags/v0.9.14
regex: true
file: "cbridge_.*\\.(zip|gz)"
target: "toolbox/"
Expand All @@ -105,7 +105,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
with:
repo: "Open-CMSIS-Pack/cbuild"
version: tags/v2.6.1
version: tags/v2.7.0
regex: true
file: "cbuild_.*\\.(zip|gz)"
target: "toolbox/"
Expand All @@ -115,7 +115,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
with:
repo: "Open-CMSIS-Pack/cbuild2cmake"
version: tags/v0.9.4
version: tags/v0.9.5
regex: true
file: "cbuild2cmake_.*\\.(zip|gz)"
target: "toolbox/"
Expand All @@ -125,7 +125,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
with:
repo: "Open-CMSIS-Pack/cpackget"
version: tags/v2.1.4
version: tags/v2.1.5
regex: true
file: "cpackget_.*\\.(zip|gz)"
target: "toolbox/"
Expand Down Expand Up @@ -268,8 +268,8 @@ jobs:
- name: Copy Files
shell: bash
run: |
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PACK.xsd --output distribution/etc/PACK.xsd
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PackIndex.xsd --output distribution/etc/PackIndex.xsd
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.44/schema/PACK.xsd --output distribution/etc/PACK.xsd
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.44/schema/PackIndex.xsd --output distribution/etc/PackIndex.xsd
cp ./buildmgr/bin/cbuildgen${{ matrix.temp_extension }}-${{ matrix.arch }} ./distribution/bin/cbuildgen${{ matrix.binary_extension }}
cp -r ./buildmgr/etc/* ./distribution/etc
rm ./distribution/etc/setup
Expand Down

0 comments on commit 97b6fbe

Please sign in to comment.