Merge pull request #60 from aOelschlager/update-checkout

Change checkout to use version 4
This commit is contained in:
Seth Shaw 2024-09-18 08:27:52 -07:00 committed by GitHub
commit 4d64696894
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: