Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/styfle/cancel-work…
Browse files Browse the repository at this point in the history
…flow-action-0.12.1
  • Loading branch information
buenaflor authored Apr 23, 2024
2 parents 04bb13b + 5b4cd6f commit 0969a25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
sdk: [ "stable", "beta" ]
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: "11"
Expand All @@ -52,7 +52,7 @@ jobs:
uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # pin@v2.11.1

- name: AVD cache
uses: actions/cache@v3
uses: actions/cache@v4
id: avd-cache
with:
path: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
sdk: [ "stable" ]
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # pin@v2.10.0
with:
Expand Down
2 changes: 1 addition & 1 deletion metrics/flutter.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.19.5
version = 3.19.6
repo = https://github.com/flutter/flutter

0 comments on commit 0969a25

Please sign in to comment.