Skip to content

Commit

Permalink
chore(deps): update subosito/flutter-action action to v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent 3c3e491 commit 9b4be52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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.12.0
- uses: subosito/flutter-action@v2.13.0
with:
channel: ${{ matrix.channel }}

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
distribution: 'zulu'
java-version: '11'

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4

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

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4

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

Expand Down

0 comments on commit 9b4be52

Please sign in to comment.