Skip to content

Commit 4fab80e

Browse files
authored
Merge pull request #817 from mavlink/pr-fix-ci-warnings
CI: fix warnings
2 parents ac45ab3 + 8f3c80f commit 4fab80e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: actions/checkout@v6
1919
with:
2020
submodules: recursive
21-
tags: true
2221
fetch-depth: 0
2322

2423
- name: Install pip and pipx
@@ -96,7 +95,6 @@ jobs:
9695
- uses: actions/checkout@v6
9796
with:
9897
submodules: recursive
99-
tags: true
10098
fetch-depth: 0
10199

102100
- name: Install pip
@@ -148,7 +146,6 @@ jobs:
148146
- uses: actions/checkout@v6
149147
with:
150148
submodules: recursive
151-
tags: true
152149
fetch-depth: 0
153150

154151
- name: Set up Python
@@ -209,7 +206,6 @@ jobs:
209206
- uses: actions/checkout@v6
210207
with:
211208
submodules: recursive
212-
tags: true
213209
fetch-depth: 0
214210

215211
- name: Set up Python

0 commit comments

Comments
 (0)