File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
run : echo "name=today::$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
47
47
shell : bash
48
48
- name : Cache clean flutter
49
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
49
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
50
50
if : matrix.job == 'flutter'
51
51
env :
52
52
# Increment version to invalidate bad/obsolete caches.
55
55
path : ~/.dartdoc_grinder
56
56
key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ steps.date.outputs.today }}
57
57
- name : Cache .pub-cache
58
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
58
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
59
59
if : matrix.job == 'flutter'
60
60
env :
61
61
# Increment version to invalidate bad/obsolete caches.
You can’t perform that action at this time.
0 commit comments