Skip to content

Commit 425e62d

Browse files
committed
Update version of actions/checkout action used in Compile Examples CI workflow
The action now has a default fetch-depth value of 1, so there is no need to specify this input.
1 parent 4c149a2 commit 425e62d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/compile-examples.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
]
1515

1616
steps:
17-
- uses: actions/checkout@v1
18-
with:
19-
fetch-depth: 1
17+
- uses: actions/checkout@v2
2018
- uses: arduino/actions/libraries/compile-examples@master
2119
with:
2220
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)