Skip to content

Commit 1b44b8c

Browse files
committed
ci(pio): update default cmsis version
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 83e10ae commit 1b44b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/actions/pio-build/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: 'Compile using PlatformIO'
44
inputs:
55
cmsis-version:
66
description: 'CMSIS package version to use'
7-
default: '5.5.1'
7+
default: '5.7.0'
88
runs:
99
using: 'docker'
1010
image: 'Dockerfile'
1111
args:
12-
- ${{ inputs.cmsis-version }}
12+
- ${{ inputs.cmsis-version }}

0 commit comments

Comments
 (0)