diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9600a3ff9d..80f763d072 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,7 +43,7 @@ jobs: run: echo "::set-output name=today::$(date +'%Y-%m-%d')" shell: bash - name: Cache clean flutter - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 if: matrix.job == 'flutter' env: # Increment version to invalidate bad/obsolete caches. @@ -52,7 +52,7 @@ jobs: path: ~/.dartdoc_grinder key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ steps.date.outputs.today }} - name: Cache .pub-cache - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 if: matrix.job == 'flutter' env: # Increment version to invalidate bad/obsolete caches.