commit | 7ed8320abd9a75a107b666b565e3b97588458e10 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Apr 01 06:51:38 2024 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 10 14:53:33 2024 +0000 |
tree | 262bf70f8e7f0aaaa64b6b4069f81f634629d4d1 | |
parent | 0c084f0563eb404a6ecdc35317bb03e754c6e40c [diff] |
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: