Skip to content

Commit f03924f

Browse files
per1234fpistm
authored andcommitted
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 b7a5d16 commit f03924f

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
@@ -13,9 +13,7 @@ jobs:
1313
]
1414

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

0 commit comments

Comments
 (0)