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