From 59077fbf03aa73d3e6febaa2bbc2712fbecedf7c Mon Sep 17 00:00:00 2001 From: Anson Date: Fri, 25 Oct 2024 14:34:49 +0100 Subject: [PATCH] update hash --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b60f03f1e..07851afc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 env: - DATIL_COMMIT_HASH: 063a97d17044f084ba72ca57efc39138d155dca8 + DATIL_COMMIT_HASH: a2c9c8da092d65fa9a629c95ed05416cf4ef9738 steps: - name: Checkout repo uses: actions/checkout@v2