Skip to content

Commit fc61909

Browse files
committed
Actions: Update checkout and include tags info
1 parent d3d104d commit fc61909

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
run:
99
shell: msys2 {0}
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
1214
- uses: msys2/setup-msys2@v2
1315
with:
1416
msystem: MINGW64

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
triplet: x64-osx
2121
INSTALL_DEPS: brew install hidapi
2222
steps:
23-
- uses: actions/checkout@v1
23+
- uses: actions/checkout@v4
24+
with:
25+
fetch-depth: 0
2426
- uses: lukka/get-cmake@latest
2527

2628
- name: Install Dependencies

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- uses: DoozyX/clang-format-lint-action@v0.17
1212
with:
1313
source: '.'

0 commit comments

Comments
 (0)