From 3d6275ae119407f7a09c34e880f75dce4296474e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:16:39 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/geolocator.yaml | 2 +- .github/workflows/geolocator_android.yaml | 2 +- .github/workflows/geolocator_apple.yaml | 2 +- .github/workflows/geolocator_linux.yaml | 2 +- .github/workflows/geolocator_platform_interface.yaml | 2 +- .github/workflows/geolocator_web.yaml | 2 +- .github/workflows/geolocator_windows.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/geolocator.yaml b/.github/workflows/geolocator.yaml index 3ac3bfca3..798317544 100644 --- a/.github/workflows/geolocator.yaml +++ b/.github/workflows/geolocator.yaml @@ -31,7 +31,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@v5 # Ensures JAVA 17 is installed on the build agent. - uses: actions/setup-java@v4 diff --git a/.github/workflows/geolocator_android.yaml b/.github/workflows/geolocator_android.yaml index 2a51b467e..c68ca8c8d 100644 --- a/.github/workflows/geolocator_android.yaml +++ b/.github/workflows/geolocator_android.yaml @@ -31,7 +31,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@v5 # Ensures JAVA 17 is installed on the build agent. - uses: actions/setup-java@v4 diff --git a/.github/workflows/geolocator_apple.yaml b/.github/workflows/geolocator_apple.yaml index f65a10d60..3a414226d 100644 --- a/.github/workflows/geolocator_apple.yaml +++ b/.github/workflows/geolocator_apple.yaml @@ -31,7 +31,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@v5 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2 diff --git a/.github/workflows/geolocator_linux.yaml b/.github/workflows/geolocator_linux.yaml index d042497a4..6ccafb4a7 100644 --- a/.github/workflows/geolocator_linux.yaml +++ b/.github/workflows/geolocator_linux.yaml @@ -29,7 +29,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@v5 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2 diff --git a/.github/workflows/geolocator_platform_interface.yaml b/.github/workflows/geolocator_platform_interface.yaml index 85948d5e6..0932a6fc9 100644 --- a/.github/workflows/geolocator_platform_interface.yaml +++ b/.github/workflows/geolocator_platform_interface.yaml @@ -30,7 +30,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@v5 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2 diff --git a/.github/workflows/geolocator_web.yaml b/.github/workflows/geolocator_web.yaml index 9465e20ba..b8781a41b 100644 --- a/.github/workflows/geolocator_web.yaml +++ b/.github/workflows/geolocator_web.yaml @@ -30,7 +30,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@v5 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2 diff --git a/.github/workflows/geolocator_windows.yaml b/.github/workflows/geolocator_windows.yaml index f7ebfe205..fb17656cc 100644 --- a/.github/workflows/geolocator_windows.yaml +++ b/.github/workflows/geolocator_windows.yaml @@ -31,7 +31,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@v5 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2