Commit d000753 1 parent e22f998 commit d000753 Copy full SHA for d000753
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 48
48
vendor : teensy
49
49
steps :
50
50
- name : Checkout repository
51
- uses : actions/checkout@v3
51
+ uses : actions/checkout@v4
52
52
- name : Compile examples
53
53
uses : arduino/compile-sketches@v1
54
54
with :
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- name : build test and run
31
31
run : cd test; make test
32
32
- name : build generator
Original file line number Diff line number Diff line change @@ -52,21 +52,21 @@ jobs:
52
52
- z8000
53
53
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
- name : Cache pip
57
- uses : actions/cache@v3
57
+ uses : actions/cache@v4
58
58
with :
59
59
path : ~/.cache/pip
60
60
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
61
61
restore-keys : |
62
62
${{ runner.os }}-pip-
63
63
- name : Cache PlatformIO
64
- uses : actions/cache@v3
64
+ uses : actions/cache@v4
65
65
with :
66
66
path : ~/.platformio
67
67
key : ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
68
68
- name : Set up Python
69
- uses : actions/setup-python@v4
69
+ uses : actions/setup-python@v5
70
70
- name : Install PlatformIO
71
71
run : |
72
72
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments