Skip to content

Commit 0c51fed

Browse files
committed
change actions to IDF 5.5.x
1 parent 02a8dc8 commit 0c51fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI Examples Arduino IDF 5.4.x based
1+
name: CI Examples Arduino IDF 5.5.x based
22

33
on:
44
workflow_dispatch: # Manually start a workflow

.github/workflows/release_zips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Create zip file with recursive source clone for release
33
on:
44
push:
55
tags:
6-
- 54*
6+
- 5*
77

88
jobs:
99
release_zips:

0 commit comments

Comments
 (0)