From 18c79f87514b1ea9940a4c8c4a6fc1639ef0ce0f Mon Sep 17 00:00:00 2001 From: gjr80 Date: Mon, 5 Feb 2024 15:01:54 +1000 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e594455..504755b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: python3-pip \ python3-venv - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'true'