From beb4232fe7d585b6bdcb21c9d4a5ecca3b312e4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:43:13 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 330d6e8..2b3dd24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: container: image: google/dart:latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - run: pub get - run: dart test - run: dart analyze