Bump actions/checkout from 4.1.1 to 4.1.2

Closes https://github.com/dart-lang/flute/pull/11

GitOrigin-RevId: 9b1dd6596803931d27f58437e85aed63bfd68f48
Change-Id: Ia39e1f44c70961ef0de32359c4ddade526bf8200
Reviewed-on: https://dart-review.googlesource.com/c/flute/+/360500
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 30f4cfd..b1d0f27 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -20,7 +20,7 @@
           echo "Running on ${{ runner.os }}"
           echo "Branch: ${{ github.ref }}; repo: ${{ github.repository }}."
       - name: Fetch sources
-        uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+        uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
       - name: Install Dart SDK
         uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
         with: