Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 85c0125 commit 8d81b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: dart --version
- run: |
(dart pub get) && \
Expand Down

0 comments on commit 8d81b88

Please sign in to comment.