Skip to content

Commit

Permalink
Merge pull request #30 from FrenkyDema/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
FrenkyDema authored Sep 13, 2023
2 parents b01f064 + 01a088c commit d6ba346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
FLUTTER_VERSION: "3.13.0"
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit d6ba346

Please sign in to comment.