We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c149a2 commit 425e62dCopy full SHA for 425e62d
1 file changed
.github/workflows/compile-examples.yml
@@ -14,9 +14,7 @@ jobs:
14
]
15
16
steps:
17
- - uses: actions/checkout@v1
18
- with:
19
- fetch-depth: 1
+ - uses: actions/checkout@v2
20
- uses: arduino/actions/libraries/compile-examples@master
21
with:
22
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments