File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- arduino:renesas_uno:unor4wifi
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- uses : arduino/compile-sketches@v1
23
23
with :
24
24
github-token : ${{ secrets.GITHUB_TOKEN }}
39
39
# - esp32:esp32:esp32h2
40
40
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
- uses : arduino/compile-sketches@v1
44
44
with :
45
45
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Spell check
14
14
uses : arduino/actions/libraries/spell-check@master
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
32
32
- name : Download JSON schema for labels configuration file
33
33
id : download-schema
@@ -105,7 +105,7 @@ jobs:
105
105
echo "::set-output name=flag::--dry-run"
106
106
107
107
- name : Checkout repository
108
- uses : actions/checkout@v3
108
+ uses : actions/checkout@v4
109
109
110
110
- name : Download configuration files artifact
111
111
uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments