Skip to content

Commit a9c2511

Browse files
authored
change checkout to version 4 (#132)
1 parent 5176a35 commit a9c2511

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/gitlab-mirror.yml

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

0 commit comments

Comments
 (0)