We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3931595 commit f1fa0efCopy full SHA for f1fa0ef
.github/workflows/test.yaml
@@ -46,7 +46,7 @@ jobs:
46
run: echo "::set-output name=today::$(date +'%Y-%m-%d')"
47
shell: bash
48
- name: Cache clean flutter
49
- uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
+ uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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