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 1717 - arduino:mbed_nano:nanorp2040connect
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 - uses : arduino/compile-sketches@v1
2222 with :
2323 github-token : ${{ secrets.GITHUB_TOKEN }}
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 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131
3232 - name : Download JSON schema for labels configuration file
3333 id : download-schema
@@ -105,7 +105,7 @@ jobs:
105105 echo "::set-output name=flag::--dry-run"
106106
107107 - name : Checkout repository
108- uses : actions/checkout@v2
108+ uses : actions/checkout@v3
109109
110110 - name : Download configuration files artifact
111111 uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments