From 7b3fbe09ede30f4071c27c8d90adc2eb45183ad1 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 22 Apr 2022 16:38:15 +0100 Subject: [PATCH] Fix a CI failure for any distro using git >= 2.35.3 --- .github/workflows/create_containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_containers.yml b/.github/workflows/create_containers.yml index 5e9c2b8999a..9cc7815b968 100644 --- a/.github/workflows/create_containers.yml +++ b/.github/workflows/create_containers.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Generate Dockerfile" env: OS: ${{ matrix.os }}