Skip to content

Commit

Permalink
chore(deps): update subosito/flutter-action action to v2.18.0 (#300)
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] authored Dec 4, 2024
1 parent a299d21 commit 5de7fe3
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
working-directory: ./samples
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.17.0
- uses: subosito/flutter-action@v2.18.0
with:
flutter-version: 3.24.x
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_preview_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

# Publish samples
- uses: subosito/flutter-action@v2.17.0
- uses: subosito/flutter-action@v2.18.0
with:
flutter-version: 3.24.x
cache: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/forui_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
flutter-version: [ 3.x ]
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.17.0
- uses: subosito/flutter-action@v2.18.0
with:
flutter-version: ${{ matrix.flutter-version }}
cache: true
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- uses: subosito/flutter-action@v2.17.0
- uses: subosito/flutter-action@v2.18.0
with:
flutter-version: ${{ matrix.flutter-version }}
cache: true
Expand All @@ -71,7 +71,7 @@ jobs:
flutter-version: [ 3.x ]
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.17.0
- uses: subosito/flutter-action@v2.18.0
with:
flutter-version: ${{ matrix.flutter-version }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forui_hooks_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
flutter-version: [ 3.x ]
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.18.0
with:
flutter-version: ${{ matrix.flutter-version }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forui_hooks_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.18.0
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forui_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- uses: subosito/flutter-action@v2.17.0
- uses: subosito/flutter-action@v2.18.0
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samples_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
flutter-version: [ 3.x ]
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.17.0
- uses: subosito/flutter-action@v2.18.0
with:
flutter-version: ${{ matrix.flutter-version }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samples_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- uses: subosito/flutter-action@v2.17.0
- uses: subosito/flutter-action@v2.18.0
with:
cache: true

Expand Down

0 comments on commit 5de7fe3

Please sign in to comment.