Skip to content

Commit

Permalink
ci(flutter): bump actions/cache@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Dec 6, 2021
1 parent 92e9a16 commit eb103ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /opt/hostedtoolcache/flutter
key: ubuntu-latest-flutter
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /Users/runner/hostedtoolcache/flutter
key: macos-latest-flutter
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
distribution: 'adopt'
java-version: '12.x'
- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /opt/hostedtoolcache/flutter
key: ubuntu-latest-flutter
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /Users/runner/hostedtoolcache/flutter
key: macos-latest-flutter
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache Flutter dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: /opt/hostedtoolcache/flutter
key: ubuntu-latest-flutter
Expand Down

0 comments on commit eb103ac

Please sign in to comment.