File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ jobs:
13
13
- examples/analogRead_Scan_Differential/analogRead_Scan_Differential.ino
14
14
- examples/analogReadContinuous_Scan/analogReadContinuous_Scan.ino
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
- name : Cache pip
18
- uses : actions/cache@v2
18
+ uses : actions/cache@v3
19
19
with :
20
20
path : ~/.cache/pip
21
21
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
22
22
restore-keys : ${{ runner.os }}-pip-
23
23
- name : Cache PlatformIO
24
- uses : actions/cache@v2
24
+ uses : actions/cache@v3
25
25
with :
26
26
path : ~/.platformio
27
27
key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
28
28
- name : Set up Python
29
- uses : actions/setup-python@v2
29
+ uses : actions/setup-python@v3
30
30
- name : Install PlatformIO
31
31
run : |
32
32
python -m pip install --upgrade pip
64
64
# platform-url: https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json
65
65
# steps:
66
66
# - name: Checkout
67
- # uses: actions/checkout@v2
67
+ # uses: actions/checkout@v3
68
68
# - name: Compile all examples
69
69
# uses: ArminJo/arduino-test-compile@v3
70
70
# with:
Original file line number Diff line number Diff line change 18
18
- name : Add version to doxyfile
19
19
run : echo "PROJECT_NUMBER = $(git describe --tags --abbrev=0 | cut -c2-)" >> Doxyfile
20
20
- name : Run Doxygen
21
- uses : mattnotmitt/doxygen-action@v1.9.4
21
+ uses : mattnotmitt/doxygen-action@v1
22
22
with :
23
23
doxyfile-path : ' Doxyfile'
24
24
- uses : peaceiris/actions-gh-pages@v3
You can’t perform that action at this time.
0 commit comments