trigger-gitlab.yml: Bump actions/checkout to v4

This commit is contained in:
Brian C. Lane 2024-04-09 11:07:01 -07:00 committed by Achilleas Koutsou
parent ecb91ecb1e
commit 6549bf1992

View file

@ -22,7 +22,7 @@ jobs:
sudo apt install -y jq
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0