diff --git a/.github/workflows/geocoding.yaml b/.github/workflows/geocoding.yaml index da84c4e..6d81586 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@v6 # 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..3430bd2 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@v6 # 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..2662141 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@v6 # 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..5e4856d 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@v6 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2