You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/integration.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ jobs:
19
19
20
20
steps:
21
21
- name: Checkout local repository
22
-
uses: actions/checkout@v2
22
+
uses: actions/checkout@v3
23
23
24
24
# Run the action using default values as much as possible.
25
25
- name: Run action
@@ -34,7 +34,7 @@ jobs:
34
34
REPORT_FILE_PATH: /tmp/report.json
35
35
steps:
36
36
- name: Checkout local repository
37
-
uses: actions/checkout@v2
37
+
uses: actions/checkout@v3
38
38
39
39
# The contents of the test data path are structured so that the step will fail if arduino-lint is not run with the configuration according to these inputs.
40
40
- name: Run action
@@ -57,7 +57,7 @@ jobs:
57
57
58
58
steps:
59
59
- name: Checkout local repository
60
-
uses: actions/checkout@v2
60
+
uses: actions/checkout@v3
61
61
62
62
# The contents of the test data path are structured so that the step will fail if arduino-lint is run with the default configuration.
0 commit comments