Skip to content

Commit 1224138

Browse files
authored
Merge pull request #30 from tekartik/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 34780f8 + 082917c commit 1224138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_ci_flutter_downgrade_analyze.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest]
1919
flutter: [stable]
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: actions/setup-java@v3
2323
with:
2424
distribution: 'zulu'

0 commit comments

Comments
 (0)