Skip to content

Commit

Permalink
Merge pull request #60 from aOelschlager/update-checkout
Browse files Browse the repository at this point in the history
Change checkout to use version 4
  • Loading branch information
seth-shaw-asu authored Sep 18, 2024
2 parents c38fb74 + 26934e7 commit 4d64696
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 @@ -9,7 +9,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 4d64696

Please sign in to comment.