Skip to content

Commit ffa11d2

Browse files
authored
Merge pull request #30 from JonasWanke/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents f8e9379 + cf06143 commit ffa11d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
flutter-channel: [stable, beta]
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: actions/setup-java@v4
2323
with:
2424
distribution: zulu
@@ -38,7 +38,7 @@ jobs:
3838
matrix:
3939
flutter-channel: [stable, beta]
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- uses: actions/setup-java@v4
4343
with:
4444
distribution: zulu

0 commit comments

Comments
 (0)