Skip to content

Commit

Permalink
Merge pull request #7 from Codel1417/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/checkout-4

Bump actions/checkout from 3 to 4 in /.github/workflows
  • Loading branch information
Codel1417 authored Jan 28, 2024
2 parents 37bd0f8 + 59acb2d commit aa0cf03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Build Android Artifact
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
Expand All @@ -23,7 +23,7 @@ jobs:
name: Build IOS Artifact
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit aa0cf03

Please sign in to comment.