Skip to content

Commit c7563b6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v5.0.0
1515
- uses: actions/[email protected]
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@v5.0.0
3232
- uses: actions/[email protected]
3333
with:
3434
java-version: 11

0 commit comments

Comments
 (0)