Merge pull request #60 from aOelschlager/update-checkout
Change checkout to use version 4
This commit is contained in:
commit
4d64696894
1 changed files with 3 additions and 1 deletions
4
.github/workflows/gitlab-mirror.yml
vendored
4
.github/workflows/gitlab-mirror.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue