From b967892f1d1655ab260f3e5434511ddcf8bee893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:18:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 Signed-off-by: Renovate Bot --- .github/workflows/build-reference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-reference.yml b/.github/workflows/build-reference.yml index 10f02a9..8b4454c 100644 --- a/.github/workflows/build-reference.yml +++ b/.github/workflows/build-reference.yml @@ -31,7 +31,7 @@ jobs: - wallaby steps: - name: Checkout code - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install requirements run: pip install -r requirements.txt - name: Build documentation