Skip to content

Commit

Permalink
Bump actions/cache from 2.1.7 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2.1.7...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 30, 2022
1 parent 02e353d commit ed34a7a
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 @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache Flutter
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.2
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.os }}-flutter-${{ env.FLUTTER_CHANNEL }}-${{ env.FLUTTER_VERSION }}
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache Flutter
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.2
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.os }}-flutter-${{ env.FLUTTER_CHANNEL }}-${{ env.FLUTTER_VERSION }}
Expand All @@ -59,7 +59,7 @@ jobs:
distribution: 'temurin'
cache: 'gradle'
- name: Cache Flutter
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.2
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.os }}-flutter-${{ env.FLUTTER_CHANNEL }}-${{ env.FLUTTER_VERSION }}
Expand All @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache Flutter
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.2
with:
path: /Users/runner/hostedtoolcache/flutter
key: ${{ runner.os }}-flutter-${{ env.FLUTTER_CHANNEL }}-${{ env.FLUTTER_VERSION }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache Flutter
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.2
with:
path: /opt/hostedtoolcache/flutter
key: ${{ runner.os }}-flutter-${{ env.FLUTTER_CHANNEL }}-${{ env.FLUTTER_VERSION }}
Expand Down

0 comments on commit ed34a7a

Please sign in to comment.