Update for actions/cache version to 3 (#150)

This commit is contained in:
Jiun Kim
2022-04-27 12:24:59 +09:00
committed by GitHub
parent d8687e6979
commit cf0b7b2cac

View File

@@ -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 }}