Skip to content

Commit 839669b

Browse files
committed
Fix CI file
1 parent 33fe3da commit 839669b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Continuous-Integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# First of all, clone the repo using the checkout action.
2323
- name: Checkout
24-
uses: actions/checkout@master
24+
uses: actions/checkout@main
2525

2626
- name: Astyle check
2727
id: Astyle
@@ -54,11 +54,11 @@ jobs:
5454
steps:
5555
# First of all, clone the repo using the checkout action.
5656
- name: Checkout
57-
uses: actions/checkout@master
57+
uses: actions/checkout@main
5858

5959
- name: Compilation
6060
id: Compile
61-
uses: stm32duino/actions/compile-examples@master
61+
uses: stm32duino/actions/compile-examples@main
6262
with:
6363
board-pattern: "NUCLEO_L476RG"
6464
libraries: "STM32duino NFC-RFAL, STM32duino ST25R3916"

0 commit comments

Comments
 (0)