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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Mirror + trigger CI
|
- name: Mirror + trigger CI
|
||||||
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
|
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue