From 1fba9c5cc639a4f25a8c6990a9ca4c4885c6f98b Mon Sep 17 00:00:00 2001 From: Michiel Oda Date: Mon, 27 Jul 2026 13:39:07 +0200 Subject: [PATCH] Bump Skyline.DataMiner.Sdk to 2.5.5 and AppPackageInstaller to 4.1.0 --- .github/actions/update-global-json-sdks/action.yml | 2 +- .github/workflows/Master Workflow.yml | 2 +- .github/workflows/Test composite actions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/update-global-json-sdks/action.yml b/.github/actions/update-global-json-sdks/action.yml index d54fc02..f94c3ea 100644 --- a/.github/actions/update-global-json-sdks/action.yml +++ b/.github/actions/update-global-json-sdks/action.yml @@ -32,7 +32,7 @@ runs: # ------------------------------------------------------------ # Shared version for the entire Skyline.DataMiner SDK family. - $DATAMINER_SDK_VERSION = '2.5.4' + $DATAMINER_SDK_VERSION = '2.5.5' # Regex patterns whose matching msbuild-sdks keys are bumped to # $DATAMINER_SDK_VERSION. Add more patterns here when the diff --git a/.github/workflows/Master Workflow.yml b/.github/workflows/Master Workflow.yml index cf6a65b..13b51f4 100644 --- a/.github/workflows/Master Workflow.yml +++ b/.github/workflows/Master Workflow.yml @@ -74,7 +74,7 @@ on: required: false env: - VERSION_APPPACKAGEINSTALLER: '4.0.0' + VERSION_APPPACKAGEINSTALLER: '4.1.0' jobs: diff --git a/.github/workflows/Test composite actions.yml b/.github/workflows/Test composite actions.yml index 2bc2b53..0ee18e4 100644 --- a/.github/workflows/Test composite actions.yml +++ b/.github/workflows/Test composite actions.yml @@ -499,7 +499,7 @@ jobs: - name: Expected DataMiner SDK version id: expected shell: bash - run: echo "version=2.5.4" >> "$GITHUB_OUTPUT" + run: echo "version=2.5.5" >> "$GITHUB_OUTPUT" - name: No global.json (skip silently) uses: ./.github/actions/update-global-json-sdks