Skip to content

Commit 86c7cde

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 756b8d8 commit 86c7cde

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/geolocator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:
3333
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535

3636
# Ensures JAVA 17 is installed on the build agent.
3737
- uses: actions/setup-java@v4

.github/workflows/geolocator_android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:
3333
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535

3636
# Ensures JAVA 17 is installed on the build agent.
3737
- uses: actions/setup-java@v4

.github/workflows/geolocator_apple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:
3333
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535

3636
# Make sure the stable version of Flutter is available
3737
- uses: subosito/flutter-action@v2

.github/workflows/geolocator_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Steps represent a sequence of tasks that will be executed as part of the job
3030
steps:
3131
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333

3434
# Make sure the stable version of Flutter is available
3535
- uses: subosito/flutter-action@v2

.github/workflows/geolocator_platform_interface.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Steps represent a sequence of tasks that will be executed as part of the job
3131
steps:
3232
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434

3535
# Make sure the stable version of Flutter is available
3636
- uses: subosito/flutter-action@v2

.github/workflows/geolocator_web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Steps represent a sequence of tasks that will be executed as part of the job
3131
steps:
3232
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434

3535
# Make sure the stable version of Flutter is available
3636
- uses: subosito/flutter-action@v2

.github/workflows/geolocator_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:
3333
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535

3636
# Make sure the stable version of Flutter is available
3737
- uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)