File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: STM32 Core Continuous Integration
22on :
33 push :
44 branches :
5- - master
5+ - main
66 paths-ignore :
77 - ' *.json'
88 - ' **.md'
@@ -31,11 +31,11 @@ jobs:
3131 steps :
3232 # First of all, clone the repo using the checkout action.
3333 - name : Checkout
34- uses : actions/checkout@master
34+ uses : actions/checkout@main
3535
3636 - name : Astyle check
3737 id : Astyle
38- uses : stm32duino/actions/astyle-check@master
38+ uses : stm32duino/actions/astyle-check@main
3939 with :
4040 astyle-definition : ' CI/astyle/.astylerc'
4141 ignore-path-list : ' CI/astyle/.astyleignore'
@@ -52,11 +52,11 @@ jobs:
5252 steps :
5353 # First of all, clone the repo using the checkout action.
5454 - name : Checkout
55- uses : actions/checkout@master
55+ uses : actions/checkout@main
5656
5757 - name : Compilation
5858 id : Compile
59- uses : stm32duino/actions/compile-examples@master
59+ uses : stm32duino/actions/compile-examples@main
6060 with :
6161 additional-url : ' https://github.com/stm32duino/BoardManagerFiles/raw/dev/package_stmicroelectronics_index.json'
6262
7272 steps :
7373 # First of all, clone the repo using the checkout action.
7474 - name : Checkout
75- uses : actions/checkout@master
75+ uses : actions/checkout@main
7676
7777 - name : PlatformIO
7878 id : Compile
You can’t perform that action at this time.
0 commit comments