Skip to content

Commit

Permalink
chore(deps): update subosito/flutter-action action to v2.13.0 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 7, 2024
1 parent fe70f3e commit fccb8b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'zulu'
java-version: '11'

- uses: subosito/flutter-action@v2.8.0
- uses: subosito/flutter-action@v2.13.0
with:
channel: ${{ matrix.channel }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: subosito/flutter-action@v2.8.0
- uses: subosito/flutter-action@v2.13.0
with:
channel: ${{ matrix.channel }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Checkout repository
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.8.0
- uses: subosito/flutter-action@v2.13.0
with:
channel: 'stable'
# Setup Dart SDK with JWT token
Expand Down

0 comments on commit fccb8b7

Please sign in to comment.