From 4a91a5448a97c3b0de17032e7bb41996968f98bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:22:24 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 2d78c13..1d26905 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@v3 + - uses: actions/checkout@v4 # 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 e375174..b52a5c8 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@v3 + - uses: actions/checkout@v4 # 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 3237e4d..4eef06d 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@v3 + - uses: actions/checkout@v4 # 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 1b3a700..a0b0a9b 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@v3 + - uses: actions/checkout@v4 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2