From 77ee0f1c8583dcc100f87058dd8e99ba33a54a5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:31:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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..8b6dc42 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@v6 - uses: subosito/flutter-action@v1 with: channel: "stable"