File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed 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
@@ -106,7 +106,7 @@ jobs:
106
106
echo "::set-output name=flag::--dry-run"
107
107
108
108
- name : Checkout repository
109
- uses : actions/checkout@v3
109
+ uses : actions/checkout@v4
110
110
111
111
- name : Download configuration files artifact
112
112
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 42
42
steps :
43
43
# First of all, we clone the repo using the `checkout` action.
44
44
- name : Checkout
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
47
47
# We use the `arduino/setup-arduino-cli` action to install and
48
48
# configure the Arduino CLI on the system.
You can’t perform that action at this time.
0 commit comments