From bf3c57f71e79fb9199f41428fcd09a8e2cf65be9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:47:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 471ae35..9b46669 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,7 +14,7 @@ jobs: fail-fast: true runs-on: macOS-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - uses: subosito/flutter-action@v1 with: channel: "stable"