From 391da551a4421f7dd01dfe389ba36f679680f905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:17:59 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [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/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/app_facing_package.yaml | 20 ++++++++++---------- .github/workflows/platform_interface.yaml | 8 ++++---- .github/workflows/platform_web.yaml | 8 ++++---- .github/workflows/web.yaml | 6 +++--- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/app_facing_package.yaml b/.github/workflows/app_facing_package.yaml index 5f70997a..e9a6eff5 100644 --- a/.github/workflows/app_facing_package.yaml +++ b/.github/workflows/app_facing_package.yaml @@ -32,7 +32,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -64,7 +64,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -97,7 +97,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Ensure correct JAVA version is installed. - uses: actions/setup-java@v4 @@ -136,7 +136,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -169,7 +169,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -207,7 +207,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -249,7 +249,7 @@ jobs: - run: sudo apt-get install -y ninja-build libgtk-3-dev libblkid-dev # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -292,7 +292,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -323,7 +323,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -378,7 +378,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Dart uses: dart-lang/setup-dart@v1 diff --git a/.github/workflows/platform_interface.yaml b/.github/workflows/platform_interface.yaml index d8f4bbae..f31d454f 100644 --- a/.github/workflows/platform_interface.yaml +++ b/.github/workflows/platform_interface.yaml @@ -32,7 +32,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -64,7 +64,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -95,7 +95,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -139,7 +139,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Dart uses: dart-lang/setup-dart@v1 diff --git a/.github/workflows/platform_web.yaml b/.github/workflows/platform_web.yaml index 1f1eb29a..00408090 100644 --- a/.github/workflows/platform_web.yaml +++ b/.github/workflows/platform_web.yaml @@ -32,7 +32,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -64,7 +64,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -95,7 +95,7 @@ jobs: # # Steps represent a sequence of tasks that will be executed as part of the job # steps: # # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v7 # # Make sure the stable version of Flutter is available # - name: Set up Flutter @@ -139,7 +139,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Dart uses: dart-lang/setup-dart@v1 diff --git a/.github/workflows/web.yaml b/.github/workflows/web.yaml index 06f8658f..ee519d57 100644 --- a/.github/workflows/web.yaml +++ b/.github/workflows/web.yaml @@ -28,7 +28,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -60,7 +60,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter @@ -91,7 +91,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # Make sure the stable version of Flutter is available - name: Set up Flutter