Skip to content

Commit 1cee823

Browse files
Bump actions/checkout from 3.0.2 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.2...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a32b160 commit 1cee823

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flutter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
analysis:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.0.2
14+
- uses: actions/checkout@v6.0.2
1515
- uses: actions/setup-java@v3.13.0
1616
with:
1717
java-version: 11
@@ -28,7 +28,7 @@ jobs:
2828
formatting:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v3.0.2
31+
- uses: actions/checkout@v6.0.2
3232
- uses: actions/setup-java@v3.13.0
3333
with:
3434
java-version: 11

0 commit comments

Comments
 (0)