From 2412e1da0f990fadf58d1588360824aa373c5750 Mon Sep 17 00:00:00 2001 From: Vladimir Umek Date: Wed, 16 Jul 2025 13:18:33 +0200 Subject: [PATCH 1/2] Update gen_pack version --- Documentation/Doxygen/gen_doc.sh | 2 +- gen_pack.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Doxygen/gen_doc.sh b/Documentation/Doxygen/gen_doc.sh index 975b733..0942fcf 100755 --- a/Documentation/Doxygen/gen_doc.sh +++ b/Documentation/Doxygen/gen_doc.sh @@ -14,7 +14,7 @@ set -o pipefail # Set version of gen pack library # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags. # Use the tag name without the prefix "v", e.g., 0.7.0 -REQUIRED_GEN_PACK_LIB="0.11.2" +REQUIRED_GEN_PACK_LIB="0.11.3" DIRNAME=$(dirname "$(readlink -f "$0")") GENDIR=../html diff --git a/gen_pack.sh b/gen_pack.sh index 9d7b254..f7f40bd 100755 --- a/gen_pack.sh +++ b/gen_pack.sh @@ -9,7 +9,7 @@ set -o pipefail # Set version of gen pack library # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags. # Use the tag name without the prefix "v", e.g., 0.7.0 -REQUIRED_GEN_PACK_LIB="0.9.0" +REQUIRED_GEN_PACK_LIB="0.11.3" # Set default command line arguments DEFAULT_ARGS=(-c "") From a8176876d2f53384e2ec45eedddd099562a56265 Mon Sep 17 00:00:00 2001 From: Vladimir Umek Date: Wed, 16 Jul 2025 13:20:12 +0200 Subject: [PATCH 2/2] Update pack building workflows - runs-on: from ubuntu-22.04 to ubuntu-24.04 - packchk-version: from 1.4.1 to 1.4.4 --- .github/workflows/pack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pack.yaml b/.github/workflows/pack.yaml index 0c91ba8..92fdeee 100644 --- a/.github/workflows/pack.yaml +++ b/.github/workflows/pack.yaml @@ -14,7 +14,7 @@ concurrency: jobs: pack: name: Generate pack - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: @@ -28,7 +28,7 @@ jobs: - uses: Open-CMSIS-Pack/gen-pack-action@main with: doxygen-version: 1.13.2 - packchk-version: 1.4.1 + packchk-version: 1.4.4 gen-doc-script: ./Documentation/Doxygen/gen_doc.sh doc-path: ./Documentation/html gen-pack-script: ./gen_pack.sh --no-preprocess