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