From e93d274675f2f1c55b08bb901485739f74df9bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:50:49 +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/geocoding.yaml | 2 +- .github/workflows/geocoding_android.yaml | 2 +- .github/workflows/geocoding_ios.yaml | 2 +- .github/workflows/geocoding_platform_interface.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/geocoding.yaml b/.github/workflows/geocoding.yaml index da84c4e..bb6dfad 100644 --- a/.github/workflows/geocoding.yaml +++ b/.github/workflows/geocoding.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@v5 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2 diff --git a/.github/workflows/geocoding_android.yaml b/.github/workflows/geocoding_android.yaml index 0dfa6f5..1ff6b0c 100644 --- a/.github/workflows/geocoding_android.yaml +++ b/.github/workflows/geocoding_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 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2 diff --git a/.github/workflows/geocoding_ios.yaml b/.github/workflows/geocoding_ios.yaml index 4eef06d..abd09c9 100644 --- a/.github/workflows/geocoding_ios.yaml +++ b/.github/workflows/geocoding_ios.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@v5 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2 diff --git a/.github/workflows/geocoding_platform_interface.yaml b/.github/workflows/geocoding_platform_interface.yaml index a0b0a9b..a306e15 100644 --- a/.github/workflows/geocoding_platform_interface.yaml +++ b/.github/workflows/geocoding_platform_interface.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