mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
Update for actions/cache
version to 3 (#150)
This commit is contained in:
parent
d8687e6979
commit
cf0b7b2cac
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ runs:
|
|||
using: 'composite'
|
||||
steps:
|
||||
- if: ${{ inputs.cache == 'true' }}
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ inputs.cache-path }}
|
||||
key: ${{ inputs.cache-key }}-${{ inputs.channel }}-${{ inputs.flutter-version }}
|
||||
|
|
Loading…
Add table
Reference in a new issue