File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v3
2626
2727 - name : Set up Python
2828 uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212
1313 - name : Spell check
1414 uses : arduino/actions/libraries/spell-check@master
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3232
3333 - name : Run action
3434 # Use arduino/report-size-deltas action from local path
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Checkout repository
50- uses : actions/checkout@v2
50+ uses : actions/checkout@v3
5151
5252 - name : Run action
5353 # Use arduino/report-size-deltas action from local path
You can’t perform that action at this time.
0 commit comments