We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fe3da commit 839669bCopy full SHA for 839669b
.github/workflows/Continuous-Integration.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
# First of all, clone the repo using the checkout action.
23
- name: Checkout
24
- uses: actions/checkout@master
+ uses: actions/checkout@main
25
26
- name: Astyle check
27
id: Astyle
@@ -54,11 +54,11 @@ jobs:
54
55
56
57
58
59
- name: Compilation
60
id: Compile
61
- uses: stm32duino/actions/compile-examples@master
+ uses: stm32duino/actions/compile-examples@main
62
with:
63
board-pattern: "NUCLEO_L476RG"
64
libraries: "STM32duino NFC-RFAL, STM32duino ST25R3916"
0 commit comments