Skip to content

Commit

Permalink
Update subosito/flutter-action action to v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 5b1f1df commit a469b71
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.16.0
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forui_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.16.0
with:
cache: true
- run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forui_example_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.16.0
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forui_example_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
ref: ${{ github.event.pull_request.head.ref }}

- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.16.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 @@ -33,7 +33,7 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
ref: ${{ github.event.pull_request.head.ref }}

- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.16.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 @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.16.0
with:
cache: true
- run: flutter pub get
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 @@ -33,7 +33,7 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
ref: ${{ github.event.pull_request.head.ref }}

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

Expand Down

0 comments on commit a469b71

Please sign in to comment.