From 4929d063516947f6c9410a1dc3860ce29b07b53f Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 8 Jul 2024 15:46:30 -0700 Subject: [PATCH] deps: Bump GitHub action actions/checkout to v4.1.7, the latest --- .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 f346aa0d82..c022cae950 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.7 - name: Clone Flutter SDK # We can't do a depth-1 clone, because we need the most recent tag