Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,15 +18,15 @@ runs:
using: composite
steps:
- name: Install Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0
with:
flutter-version: ${{ inputs.flutter-version }}
channel: ${{ inputs.channel }}
cache: true
cache-key: flutter-${{ runner.os }}-${{ hashFiles('pubspec.yaml') }}

- name: Cache pub
uses: actions/cache@v6
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
# subosito/flutter-action@v2 exports PUB_CACHE to the job environment,
# pointing at the directory `flutter pub get` actually populates
Expand Down