Skip to content

Commit 45d51ce

Browse files
authored
change checkout to version 4 (#64)
1 parent d43a1bc commit 45d51ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gitlab-mirror.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1315
- name: Mirror + trigger CI
1416
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
1517
with:

0 commit comments

Comments
 (0)