We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe35ec commit 0b1c7faCopy full SHA for 0b1c7fa
.github/workflows/test.yaml
@@ -46,7 +46,7 @@ jobs:
46
run: echo "name=today::$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
47
shell: bash
48
- name: Cache clean flutter
49
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
+ uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
50
if: matrix.job == 'flutter'
51
env:
52
# Increment version to invalidate bad/obsolete caches.
@@ -55,7 +55,7 @@ jobs:
55
path: ~/.dartdoc_grinder
56
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ steps.date.outputs.today }}
57
- name: Cache .pub-cache
58
59
60
61
0 commit comments