Skip to content

Commit

Permalink
feat: update GitHub action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Aug 14, 2024
1 parent 29f87a4 commit 6e72c19
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ jobs:
- uses: actions/checkout@v4

- name: Cache Flutter
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-flutter-v3
cache-name: cache-flutter
with:
# Flutter cache files are stored in `~/.flutter` on Linux/macOS
path: /opt/hostedtoolcache/flutter
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Install flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@v2.12.0
with:
flutter-version: '3.16.9'
channel: 'stable'

- name: Get platform interface dependencies
Expand Down

0 comments on commit 6e72c19

Please sign in to comment.