Skip to content

Commit

Permalink
change checkout to version 4 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
aOelschlager authored Sep 18, 2024
1 parent 5176a35 commit a9c2511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Mirror + trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
with:
Expand Down

0 comments on commit a9c2511

Please sign in to comment.