From 00e4cd110fd3ef81fbffd3dbc2019656c67beb99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:49:39 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [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/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1d94b2ff4..b28031f5e 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - 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 b6b6adee9..6b7c142ff 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: submodules: recursive - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 @@ -144,7 +144,7 @@ jobs: flutter_version: [beta, stable] os: [ubuntu-latest] steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 with: distribution: "zulu"