diff --git a/.github/workflows/geolocator.yaml b/.github/workflows/geolocator.yaml index 3ac3bfca3..0f75ba724 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@v6 # 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..7ce974242 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@v6 # 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..4b08532c9 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@v6 # 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..43b83f047 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@v6 # 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..aa29f1c4b 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@v6 # 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..118e5cf74 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@v6 # 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..42c5b140c 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@v6 # Make sure the stable version of Flutter is available - uses: subosito/flutter-action@v2