From e0ee031db119c94618495b7c3b30a4a47a05efe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:00:51 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 0f9ecea..dc7acab 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -15,7 +15,7 @@ jobs: image: google/dart:latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Install dependencies run: pub get - name: Run tests