Skip to content

Commit 7786606

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump ARM-software/cmsis-actions from 1.2 to 1.3
Bumps [ARM-software/cmsis-actions](https://github.com/arm-software/cmsis-actions) from 1.2 to 1.3. - [Release notes](https://github.com/arm-software/cmsis-actions/releases) - [Commits](ARM-software/cmsis-actions@1ab1da0...8a50b77) --- updated-dependencies: - dependency-name: ARM-software/cmsis-actions dependency-version: '1.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 980f728 commit 7786606

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
pip install -r test/performance/requirements.txt
102102
103103
- name: Setup vcpkg environment
104-
uses: ARM-software/cmsis-actions/vcpkg@1ab1da03e6e9787dc903bcf041ba541e59b5739f # v1.2
104+
uses: ARM-software/cmsis-actions/vcpkg@8a50b77681a484568e08f31fb7c2285c4735f682 # v1.3
105105
with:
106106
config: "./test/vcpkg-configuration.json"
107107
vcpkg-downloads: "${{ github.workspace }}/.vcpkg/downloads"

.github/workflows/shared-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
./test/vcpkg-configuration.json > ./test/vcpkg-configuration-temp.json
432432
433433
- name: Setup vcpkg environment
434-
uses: ARM-software/cmsis-actions/vcpkg@1ab1da03e6e9787dc903bcf041ba541e59b5739f # v1
434+
uses: ARM-software/cmsis-actions/vcpkg@8a50b77681a484568e08f31fb7c2285c4735f682 # v1
435435
with:
436436
config: "./test/vcpkg-configuration-temp.json"
437437
vcpkg-downloads: "${{ github.workspace }}/.vcpkg/downloads"

.github/workflows/toolbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ jobs:
532532
./test/vcpkg-configuration.json > ./test/vcpkg-configuration-temp.json
533533
534534
- name: Setup vcpkg environment
535-
uses: ARM-software/cmsis-actions/vcpkg@1ab1da03e6e9787dc903bcf041ba541e59b5739f # v1
535+
uses: ARM-software/cmsis-actions/vcpkg@8a50b77681a484568e08f31fb7c2285c4735f682 # v1
536536
with:
537537
config: "./test/vcpkg-configuration-temp.json"
538538
vcpkg-downloads: "${{ github.workspace }}/.vcpkg/downloads"

0 commit comments

Comments
 (0)