From 7bd29a60ee14a82fb3671c1bc3aff627e5148d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:03:45 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 2 +- .github/workflows/flutter_packages.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index b28031f5e..ba744566f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -39,7 +39,7 @@ jobs: - name: Print Flutter version run: flutter --version - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Install dependencies working-directory: tool/e2e run: dart pub get diff --git a/.github/workflows/flutter_packages.yaml b/.github/workflows/flutter_packages.yaml index 6b7c142ff..05d568eb3 100644 --- a/.github/workflows/flutter_packages.yaml +++ b/.github/workflows/flutter_packages.yaml @@ -39,7 +39,7 @@ jobs: outputs: matrix: ${{ steps.generate_matrix.outputs.matrix }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: # Fetch the full history to be able to diff against the base branch fetch-depth: 0 @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'flutter/genui' steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # Before bumping, verify the new version is on the flutter org's # enterprise actions allowlist, or CI will fail with startup_failure. - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 @@ -119,7 +119,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'flutter/genui' steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: submodules: recursive - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 @@ -144,7 +144,7 @@ jobs: flutter_version: [beta, stable] os: [ubuntu-latest] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 with: distribution: "zulu"