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 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 "")