Skip to content

Commit

Permalink
chore: bump maierj/fastlane-action from 3.0.0 to 3.1.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent d3b4e74 commit d3dfcf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ jobs:
run: |
dart pub global activate arb_utils 0.8.3
- name: Get dependencies
uses: maierj/fastlane-action@v3.0.0
uses: maierj/fastlane-action@v3.1.0
with:
lane: 'fetch_dependencies'
- name: 'Run lints'
uses: maierj/fastlane-action@v3.0.0
uses: maierj/fastlane-action@v3.1.0
with:
lane: 'lints'
- name: 'Check generated code'
uses: maierj/fastlane-action@v3.0.0
uses: maierj/fastlane-action@v3.1.0
with:
lane: 'ensure_no_change_in_generated_code'
- name: 'Run tests'
uses: maierj/fastlane-action@v3.0.0
uses: maierj/fastlane-action@v3.1.0
with:
lane: 'tests'

0 comments on commit d3dfcf0

Please sign in to comment.