From 7422a89530f89113fbca6556c00342229ebe262f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:45:49 +0000 Subject: [PATCH] Update actions/checkout digest to 9bb5618 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 019d4d9b..ae8cf97e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Download source - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Install Crystal uses: crystal-lang/install-crystal@v1 with: @@ -53,7 +53,7 @@ jobs: steps: - name: Download source - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Install Crystal uses: crystal-lang/install-crystal@v1 with: @@ -70,7 +70,7 @@ jobs: steps: - name: Download source - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 - name: Install Crystal uses: crystal-lang/install-crystal@v1 with: